Html Css Color HEX #80D8FF Light Sky Blue

📋 copy color: '#80D8FF'

red 128 ◦ green 216 ◦ blue 255

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

Shades of Light Sky Blue #80D8FF

Tints of Light Sky Blue #80D8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.06%

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

R = 21.37%
G = 36.06%
B = 42.57%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80D8FF (or 0x80D8FF) is known color: Light Sky Blue. HEX triplet: 80, D8 and FF. RGB value is (128,216,255). Sum of RGB (Red+Green+Blue) = 128+216+255=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #80D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D8FF is #7F2700. Grayscale: #C1C1C1. Windows color (decimal): -8333057 or 16767104. OLE color: 16767104.

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

Color convert

RGB 128 216 255 -
CMYK 0.50 0.15 0 0
HSL 198.43º 1% 0.75% -
HSV(B) 198.43º 0.5% 1% -
XYZ 51.51 60.92 103.65 -
YUV 194.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 128 216 255 0.50 0.15 0 0 198.43 1 0.75
Hex 80 D8 FF 32 F 0 0 C6 64 4B
Octal 200 330 377 62 17 0 0 306 144 113
Binary 10000000 11011000 11111111 110010 1111 0 0 11000110 1100100 1001011

Color Harmonies of #80D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D8FF

Black with #80D8FF

Text Example


Text Example

White with #80D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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