#7ECDEC

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

Shades of Sky Blue #7ECDEC

Tints of Sky Blue #7ECDEC

Color information

#7ECDEC (or 0x7ECDEC) is unknown color: approx Sky Blue. HEX triplet: 7E, CD and EC. RGB value is (126,205,236). Sum of RGB (Red+Green+Blue) = 126+205+236=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #7ECDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECDEC is #813213. Grayscale: #B8B8B8. Windows color (decimal): -8466964 or 15519102. OLE color: 15519102.

HSL color Cylindrical-coordinate representation of color #7ECDEC: hue angle of 196.91º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ECDEC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126205236-
CMYK0.470.1300.07
HSL196.91º74.32%70.98%-
HSV(B)196.91º46.61%92.55%-
XYZ45.5854.1587.41-
YUV184.91156.8385.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.22%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=22.22%
G=36.16%
B=41.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262052360.470.1300.07196.9174.3270.98
Hex7ECDEC2FD07c54a47
Octal176315354571507305112107
Binary11111101100110111101100101111110101111100010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,205,236); }

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

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

 a { background-color: rgb(126,205,236); }

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

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

 span { border-color: rgb(126,205,236); }

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