Html Css Color HEX #80CEFC Light Sky Blue

📋 copy color: '#80CEFC'

red 128 ◦ green 206 ◦ blue 252

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

Shades of Light Sky Blue #80CEFC

Tints of Light Sky Blue #80CEFC

RGB

 RED value IS 128 (50.39% from 255) = 21.84%

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 21.84%
G = 35.15%
B = 43%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80CEFC (or 0x80CEFC) is known color: Light Sky Blue. HEX triplet: 80, CE and FC. RGB value is (128,206,252). Sum of RGB (Red+Green+Blue) = 128+206+252=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #80CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEFC is #7F3103. Grayscale: #BBBBBB. Windows color (decimal): -8335620 or 16567936. OLE color: 16567936.

HSL color Cylindrical-coordinate representation of color #80CEFC: hue angle of 202.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80CEFC is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 206 252 -
CMYK 0.49 0.18 0 0.01
HSL 202.26º 0.95% 0.75% -
HSV(B) 202.26º 0.49% 0.99% -
XYZ 48.54 55.76 100.3 -
YUV 187.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 128 206 252 0.49 0.18 0 0.01 202.26 0.95 0.75
Hex 80 CE FC 31 12 0 1 CA 5F 4B
Octal 200 316 374 61 22 0 1 312 137 113
Binary 10000000 11001110 11111100 110001 10010 0 1 11001010 1011111 1001011

Color Harmonies of #80CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEFC

Black with #80CEFC

Text Example


Text Example

White with #80CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80CEFC; }

 p { color: rgb(128,206,252); }

 H1.HeaderClassName
 {
   color: #80CEFC;
 }
 .AnyTagClassName
 {
   color: #80CEFC;
 }
</style>

background-color css

<style>
 a { background-color: #80CEFC; }

 a { background-color: rgb(128,206,252); }

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

border-color css

<style>
 span { border-color: #80CEFC; }

 span { border-color: rgb(128,206,252); }

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