Html Css Color HEX #80D2FF Light Sky Blue

📋 copy color: '#80D2FF'

red 128 ◦ green 210 ◦ blue 255

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

Shades of Light Sky Blue #80D2FF

Tints of Light Sky Blue #80D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 255 (100% from 255) = 43%

R = 21.59%
G = 35.41%
B = 43%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80D2FF (or 0x80D2FF) is known color: Light Sky Blue. HEX triplet: 80, D2 and FF. RGB value is (128,210,255). Sum of RGB (Red+Green+Blue) = 128+210+255=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #80D2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D2FF is #7F2D00. Grayscale: #BEBEBE. Windows color (decimal): -8334593 or 16765568. OLE color: 16765568.

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

Color convert

RGB 128 210 255 -
CMYK 0.50 0.18 0 0
HSL 201.26º 1% 0.75% -
HSV(B) 201.26º 0.5% 1% -
XYZ 50 57.9 103.15 -
YUV 190.61 164.33 83.34 -
System Red Green Blue C M Y K H S L
Decimal 128 210 255 0.50 0.18 0 0 201.26 1 0.75
Hex 80 D2 FF 32 12 0 0 C9 64 4B
Octal 200 322 377 62 22 0 0 311 144 113
Binary 10000000 11010010 11111111 110010 10010 0 0 11001001 1100100 1001011

Color Harmonies of #80D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D2FF

Black with #80D2FF

Text Example


Text Example

White with #80D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,255); }

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

background-color css

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

 a { background-color: rgb(128,210,255); }

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

border-color css

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

 span { border-color: rgb(128,210,255); }

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