Html Css Color HEX #80DAFF Light Sky Blue

📋 copy color: '#80DAFF'

red 128 ◦ green 218 ◦ blue 255

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

Shades of Light Sky Blue #80DAFF

Tints of Light Sky Blue #80DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.27%

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

R = 21.3%
G = 36.27%
B = 42.43%

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

#80DAFF (or 0x80DAFF) is known color: Light Sky Blue. HEX triplet: 80, DA and FF. RGB value is (128,218,255). Sum of RGB (Red+Green+Blue) = 128+218+255=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAFF is #7F2500. Grayscale: #C3C3C3. Windows color (decimal): -8332545 or 16767616. OLE color: 16767616.

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

Color convert

RGB 128 218 255 -
CMYK 0.50 0.15 0 0
HSL 197.48º 1% 0.75% -
HSV(B) 197.48º 0.5% 1% -
XYZ 52.02 61.95 103.82 -
YUV 195.31 161.68 79.99 -
System Red Green Blue C M Y K H S L
Decimal 128 218 255 0.50 0.15 0 0 197.48 1 0.75
Hex 80 DA FF 32 F 0 0 C5 64 4B
Octal 200 332 377 62 17 0 0 305 144 113
Binary 10000000 11011010 11111111 110010 1111 0 0 11000101 1100100 1001011

Color Harmonies of #80DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DAFF

Black with #80DAFF

Text Example


Text Example

White with #80DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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