Html Css Color HEX #80DAFE Light Sky Blue

📋 copy color: '#80DAFE'

red 128 ◦ green 218 ◦ blue 254

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

Shades of Light Sky Blue #80DAFE

Tints of Light Sky Blue #80DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 21.33%
G = 36.33%
B = 42.33%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80DAFE (or 0x80DAFE) is known color: Light Sky Blue. HEX triplet: 80, DA and FE. RGB value is (128,218,254). Sum of RGB (Red+Green+Blue) = 128+218+254=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #80DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAFE is #7F2501. Grayscale: #C2C2C2. Windows color (decimal): -8332546 or 16702080. OLE color: 16702080.

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

Color convert

RGB 128 218 254 -
CMYK 0.50 0.14 0 0.00
HSL 197.14º 0.98% 0.75% -
HSV(B) 197.14º 0.5% 1% -
XYZ 51.86 61.89 102.98 -
YUV 195.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 128 218 254 0.50 0.14 0 0.00 197.14 0.98 0.75
Hex 80 DA FE 32 E 0 0 C5 62 4B
Octal 200 332 376 62 16 0 0 305 142 113
Binary 10000000 11011010 11111110 110010 1110 0 0 11000101 1100010 1001011

Color Harmonies of #80DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DAFE

Black with #80DAFE

Text Example


Text Example

White with #80DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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