Html Css Color HEX #80DFFB Light Sky Blue

📋 copy color: '#80DFFB'

red 128 ◦ green 223 ◦ blue 251

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

Shades of Light Sky Blue #80DFFB

Tints of Light Sky Blue #80DFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

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

R = 21.26%
G = 37.04%
B = 41.69%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80DFFB (or 0x80DFFB) is known color: Light Sky Blue. HEX triplet: 80, DF and FB. RGB value is (128,223,251). Sum of RGB (Red+Green+Blue) = 128+223+251=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #80DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFFB is #7F2004. Grayscale: #C5C5C5. Windows color (decimal): -8331269 or 16506752. OLE color: 16506752.

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

Color convert

RGB 128 223 251 -
CMYK 0.49 0.11 0 0.02
HSL 193.66º 0.94% 0.74% -
HSV(B) 193.66º 0.49% 0.98% -
XYZ 52.7 64.33 100.91 -
YUV 197.79 158.03 78.22 -
System Red Green Blue C M Y K H S L
Decimal 128 223 251 0.49 0.11 0 0.02 193.66 0.94 0.74
Hex 80 DF FB 31 B 0 2 C2 5E 4A
Octal 200 337 373 61 13 0 2 302 136 112
Binary 10000000 11011111 11111011 110001 1011 0 10 11000010 1011110 1001010

Color Harmonies of #80DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFFB

Black with #80DFFB

Text Example


Text Example

White with #80DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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