#7ECBFD

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

Shades of Light Sky Blue #7ECBFD

Tints of Light Sky Blue #7ECBFD

Color information

#7ECBFD (or 0x7ECBFD) is unknown color: approx Light Sky Blue. HEX triplet: 7E, CB and FD. RGB value is (126,203,253). Sum of RGB (Red+Green+Blue) = 126+203+253=582 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.65% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ECBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECBFD is #813402. Grayscale: #B9B9B9. Windows color (decimal): -8467459 or 16632702. OLE color: 16632702.

HSL color Cylindrical-coordinate representation of color #7ECBFD: hue angle of 203.62º 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 #7ECBFD is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126203253-
CMYK0.500.2000.01
HSL203.62º96.95%74.31%-
HSV(B)203.62º50.2%99.22%-
XYZ47.6954.24100.88-
YUV185.68165.9985.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.65%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=21.65%
G=34.88%
B=43.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262032530.500.2000.01203.6296.9574.31
Hex7ECBFD321401cc614a
Octal176313375622401314141112
Binary1111110110010111111110111001010100011100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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