Html Css Color HEX #80DBFF Light Sky Blue

📋 copy color: '#80DBFF'

red 128 ◦ green 219 ◦ blue 255

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

Shades of Light Sky Blue #80DBFF

Tints of Light Sky Blue #80DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.38%

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

R = 21.26%
G = 36.38%
B = 42.36%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80DBFF (or 0x80DBFF) is known color: Light Sky Blue. HEX triplet: 80, DB and FF. RGB value is (128,219,255). Sum of RGB (Red+Green+Blue) = 128+219+255=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBFF is #7F2400. Grayscale: #C3C3C3. Windows color (decimal): -8332289 or 16767872. OLE color: 16767872.

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

Color convert

RGB 128 219 255 -
CMYK 0.50 0.14 0 0
HSL 197.01º 1% 0.75% -
HSV(B) 197.01º 0.5% 1% -
XYZ 52.28 62.47 103.91 -
YUV 195.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 128 219 255 0.50 0.14 0 0 197.01 1 0.75
Hex 80 DB FF 32 E 0 0 C5 64 4B
Octal 200 333 377 62 16 0 0 305 144 113
Binary 10000000 11011011 11111111 110010 1110 0 0 11000101 1100100 1001011

Color Harmonies of #80DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBFF

Black with #80DBFF

Text Example


Text Example

White with #80DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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