#7EC4EB

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

Shades of Sky Blue #7EC4EB

Tints of Sky Blue #7EC4EB

Color information

#7EC4EB (or 0x7EC4EB) is unknown color: approx Sky Blue. HEX triplet: 7E, C4 and EB. RGB value is (126,196,235). Sum of RGB (Red+Green+Blue) = 126+196+235=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #7EC4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC4EB is #813B14. Grayscale: #B3B3B3. Windows color (decimal): -8469269 or 15451262. OLE color: 15451262.

HSL color Cylindrical-coordinate representation of color #7EC4EB: hue angle of 201.47º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EC4EB is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126196235-
CMYK0.460.1700.08
HSL201.47º73.15%70.78%-
HSV(B)201.47º46.38%92.16%-
XYZ43.3449.9185.95-
YUV179.52159.3189.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.62%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=22.62%
G=35.19%
B=42.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261962350.460.1700.08201.4773.1570.78
Hex7EC4EB2E1108c94947
Octal1763043535621010311111107
Binary1111110110001001110101110111010001010001100100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,196,235); }

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

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

 a { background-color: rgb(126,196,235); }

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

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

 span { border-color: rgb(126,196,235); }

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