Html Css Color HEX #80DDFB Light Sky Blue

📋 copy color: '#80DDFB'

red 128 ◦ green 221 ◦ blue 251

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

Shades of Light Sky Blue #80DDFB

Tints of Light Sky Blue #80DDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

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

R = 21.33%
G = 36.83%
B = 41.83%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80DDFB (or 0x80DDFB) is known color: Light Sky Blue. HEX triplet: 80, DD and FB. RGB value is (128,221,251). Sum of RGB (Red+Green+Blue) = 128+221+251=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #80DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDFB is #7F2204. Grayscale: #C4C4C4. Windows color (decimal): -8331781 or 16506240. OLE color: 16506240.

HSL color Cylindrical-coordinate representation of color #80DDFB: hue angle of 194.63º 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 #80DDFB is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 221 251 -
CMYK 0.49 0.12 0 0.02
HSL 194.63º 0.94% 0.74% -
HSV(B) 194.63º 0.49% 0.98% -
XYZ 52.17 63.27 100.73 -
YUV 196.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 128 221 251 0.49 0.12 0 0.02 194.63 0.94 0.74
Hex 80 DD FB 31 C 0 2 C3 5E 4A
Octal 200 335 373 61 14 0 2 303 136 112
Binary 10000000 11011101 11111011 110001 1100 0 10 11000011 1011110 1001010

Color Harmonies of #80DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDFB

Black with #80DDFB

Text Example


Text Example

White with #80DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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