Html Css Color HEX #80DAFB Light Sky Blue

📋 copy color: '#80DAFB'

red 128 ◦ green 218 ◦ blue 251

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

Shades of Light Sky Blue #80DAFB

Tints of Light Sky Blue #80DAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 21.44%
G = 36.52%
B = 42.04%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80DAFB (or 0x80DAFB) is known color: Light Sky Blue. HEX triplet: 80, DA and FB. RGB value is (128,218,251). Sum of RGB (Red+Green+Blue) = 128+218+251=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #80DAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAFB is #7F2504. Grayscale: #C2C2C2. Windows color (decimal): -8332549 or 16505472. OLE color: 16505472.

HSL color Cylindrical-coordinate representation of color #80DAFB: hue angle of 196.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80DAFB is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 218 251 -
CMYK 0.49 0.13 0 0.02
HSL 196.1º 0.94% 0.74% -
HSV(B) 196.1º 0.49% 0.98% -
XYZ 51.39 61.7 100.47 -
YUV 194.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 128 218 251 0.49 0.13 0 0.02 196.1 0.94 0.74
Hex 80 DA FB 31 D 0 2 C4 5E 4A
Octal 200 332 373 61 15 0 2 304 136 112
Binary 10000000 11011010 11111011 110001 1101 0 10 11000100 1011110 1001010

Color Harmonies of #80DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DAFB

Black with #80DAFB

Text Example


Text Example

White with #80DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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