Html Css Color HEX #7ECEFE Light Sky Blue

📋 copy color: '#7ECEFE'

red 126 ◦ green 206 ◦ blue 254

#7ECEFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #7ECEFE

Tints of Light Sky Blue #7ECEFE

RGB

 RED value IS 126 (49.61% from 255) = 21.5%

 GREEN value IS 206 (80.86% from 255) = 35.15%

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 21.5%
G = 35.15%
B = 43.34%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7ECEFE (or 0x7ECEFE) is known color: Light Sky Blue. HEX triplet: 7E, CE and FE. RGB value is (126,206,254). Sum of RGB (Red+Green+Blue) = 126+206+254=586 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.50% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ECEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECEFE is #813101. Grayscale: #BBBBBB. Windows color (decimal): -8466690 or 16699006. OLE color: 16699006.

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

Color convert

RGB 126 206 254 -
CMYK 0.50 0.19 0 0.00
HSL 202.5º 0.98% 0.75% -
HSV(B) 202.5º 0.5% 1% -
XYZ 48.56 55.73 101.96 -
YUV 187.55 165.5 84.1 -
System Red Green Blue C M Y K H S L
Decimal 126 206 254 0.50 0.19 0 0.00 202.5 0.98 0.75
Hex 7E CE FE 32 13 0 0 CA 62 4B
Octal 176 316 376 62 23 0 0 312 142 113
Binary 1111110 11001110 11111110 110010 10011 0 0 11001010 1100010 1001011

Color Harmonies of #7ECEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEFE

Black with #7ECEFE

Text Example


Text Example

White with #7ECEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ECEFE;
 }
 .AnyTagClassName
 {
   color: #7ECEFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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