#7ECBFB

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

Shades of Light Sky Blue #7ECBFB

Tints of Light Sky Blue #7ECBFB

Color information

#7ECBFB (or 0x7ECBFB) is unknown color: approx Light Sky Blue. HEX triplet: 7E, CB and FB. RGB value is (126,203,251). Sum of RGB (Red+Green+Blue) = 126+203+251=580 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.72% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #7ECBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECBFB is #813404. Grayscale: #B9B9B9. Windows color (decimal): -8467461 or 16501630. OLE color: 16501630.

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

Color convert

RGB126203251-
CMYK0.500.1900.02
HSL203.04º93.98%73.92%-
HSV(B)203.04º49.8%98.43%-
XYZ47.3754.1199.21-
YUV185.45164.9985.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.72%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=21.72%
G=35%
B=43.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262032510.500.1900.02203.0493.9873.92
Hex7ECBFB321302cb5e4a
Octal176313373622302313136112
Binary11111101100101111111011110010100110101100101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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