Html Css Color HEX #80DDFF Light Sky Blue

📋 copy color: '#80DDFF'

red 128 ◦ green 221 ◦ blue 255

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

Shades of Light Sky Blue #80DDFF

Tints of Light Sky Blue #80DDFF

RGB

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

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

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

R = 21.19%
G = 36.59%
B = 42.22%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80DDFF (or 0x80DDFF) is known color: Light Sky Blue. HEX triplet: 80, DD and FF. RGB value is (128,221,255). Sum of RGB (Red+Green+Blue) = 128+221+255=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDFF is #7F2200. Grayscale: #C4C4C4. Windows color (decimal): -8331777 or 16768384. OLE color: 16768384.

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

Color convert

RGB 128 221 255 -
CMYK 0.50 0.13 0 0
HSL 196.06º 1% 0.75% -
HSV(B) 196.06º 0.5% 1% -
XYZ 52.81 63.52 104.09 -
YUV 197.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 128 221 255 0.50 0.13 0 0 196.06 1 0.75
Hex 80 DD FF 32 D 0 0 C4 64 4B
Octal 200 335 377 62 15 0 0 304 144 113
Binary 10000000 11011101 11111111 110010 1101 0 0 11000100 1100100 1001011

Color Harmonies of #80DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDFF

Black with #80DDFF

Text Example


Text Example

White with #80DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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