#7ECFEA

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

Shades of Sky Blue #7ECFEA

Tints of Sky Blue #7ECFEA

Color information

#7ECFEA (or 0x7ECFEA) is unknown color: approx Sky Blue. HEX triplet: 7E, CF and EA. RGB value is (126,207,234). Sum of RGB (Red+Green+Blue) = 126+207+234=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #7ECFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECFEA is #813015. Grayscale: #B9B9B9. Windows color (decimal): -8466454 or 15388542. OLE color: 15388542.

HSL color Cylindrical-coordinate representation of color #7ECFEA: hue angle of 195º degrees, saturation: 0.72, 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 #7ECFEA is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126207234-
CMYK0.460.1200.08
HSL195º72%70.59%-
HSV(B)195º46.15%91.76%-
XYZ45.775586.05-
YUV185.86155.1685.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.22%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=22.22%
G=36.51%
B=41.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262072340.460.1200.081957270.59
Hex7ECFEA2EC08c34847
Octal1763173525614010303110107
Binary111111011001111111010101011101100010001100001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,207,234); }

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

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

 a { background-color: rgb(126,207,234); }

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

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

 span { border-color: rgb(126,207,234); }

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