#7ECCFD

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

Shades of Light Sky Blue #7ECCFD

Tints of Light Sky Blue #7ECCFD

Color information

#7ECCFD (or 0x7ECCFD) is unknown color: approx Light Sky Blue. HEX triplet: 7E, CC and FD. RGB value is (126,204,253). Sum of RGB (Red+Green+Blue) = 126+204+253=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ECCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECCFD is #813302. Grayscale: #B9B9B9. Windows color (decimal): -8467203 or 16632958. OLE color: 16632958.

HSL color Cylindrical-coordinate representation of color #7ECCFD: hue angle of 203.15º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ECCFD is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126204253-
CMYK0.500.1900.01
HSL203.15º96.95%74.31%-
HSV(B)203.15º50.2%99.22%-
XYZ47.9354.71100.96-
YUV186.26165.6685.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.61%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=21.61%
G=34.99%
B=43.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262042530.500.1900.01203.1596.9574.31
Hex7ECCFD321301cb614a
Octal176314375622301313141112
Binary1111110110011001111110111001010011011100101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,204,253); }

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

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

 a { background-color: rgb(126,204,253); }

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

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

 span { border-color: rgb(126,204,253); }

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