#7ac7eb

Color #7AC7EB Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7AC7EB

Tints of Sky Blue #7AC7EB

Color information

#7AC7EB (or 0x7AC7EB) is unknown color: approx Sky Blue. HEX triplet: 7A, C7 and EB. RGB value is (122,199,235). Sum of RGB (Red+Green+Blue) = 122+199+235=556 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.94% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #7AC7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC7EB is #853814. Grayscale: #B3B3B3. Windows color (decimal): -8730645 or 15452026. OLE color: 15452026.

HSL color Cylindrical-coordinate representation of color #7AC7EB: hue angle of 199.12º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC7EB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122199235-
CMYK0.480.1500.08
HSL199.12º73.86%70%-
HSV(B)199.12º48.09%92.16%-
XYZ43.4450.9886.15-
YUV180.08158.9986.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 21.94%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=21.94%
G=35.79%
B=42.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221992350.480.1500.08199.1273.8670
Hex7AC7EB30F08c74a46
Octal1723073536017010307112106
Binary111101011000111111010111100001111010001100011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ac7eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ac7eb; }

 p { color: rgb(122,199,235); }

 H1.HeaderClassName
 {
   color: #7ac7eb;
 }
 .AnyTagClassName
 {
   color: #7ac7eb;
 }
</style>
background-color css

<style>
 a { background-color: #7ac7eb; }

 a { background-color: rgb(122,199,235); }

 div.DivClassName
 {
   background-color: #7ac7eb;
 }
 .BgClassName
 {
   background-color: #7ac7eb;
 }
</style>
border-color css

<style>
 span { border-color: #7ac7eb; }

 span { border-color: rgb(122,199,235); }

 td.TdClassName
 {
   border-color: #7ac7eb;
 }
 .TagClassName
 {
   border-color: #7ac7eb;
 }
</style>