#7ECBFE

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

Shades of Light Sky Blue #7ECBFE

Tints of Light Sky Blue #7ECBFE

Color information

#7ECBFE (or 0x7ECBFE) is unknown color: approx Light Sky Blue. HEX triplet: 7E, CB and FE. RGB value is (126,203,254). Sum of RGB (Red+Green+Blue) = 126+203+254=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ECBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECBFE is #813401. Grayscale: #B9B9B9. Windows color (decimal): -8467458 or 16698238. OLE color: 16698238.

HSL color Cylindrical-coordinate representation of color #7ECBFE: hue angle of 203.91º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ECBFE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126203254-
CMYK0.500.2000.00
HSL203.91º98.46%74.51%-
HSV(B)203.91º50.39%99.61%-
XYZ47.8554.3101.73-
YUV185.79166.4985.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.61%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=21.61%
G=34.82%
B=43.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262032540.500.2000.00203.9198.4674.51
Hex7ECBFE321400cc624b
Octal176313376622400314142113
Binary1111110110010111111111011001010100001100110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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