Html Css Color HEX #80D9DC Spray

📋 copy color: '#80D9DC'

red 128 ◦ green 217 ◦ blue 220

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

Shades of Spray #80D9DC

Tints of Spray #80D9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.41%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 22.65%
G = 38.41%
B = 38.94%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80D9DC (or 0x80D9DC) is known color: Spray. HEX triplet: 80, D9 and DC. RGB value is (128,217,220). Sum of RGB (Red+Green+Blue) = 128+217+220=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #80D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D9DC is #7F2623. Grayscale: #BEBEBE. Windows color (decimal): -8332836 or 14473600. OLE color: 14473600.

HSL color Cylindrical-coordinate representation of color #80D9DC: hue angle of 181.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80D9DC is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 217 220 -
CMYK 0.42 0.01 0 0.14
HSL 181.96º 0.57% 0.68% -
HSV(B) 181.96º 0.42% 0.86% -
XYZ 46.63 59.38 76.71 -
YUV 190.73 144.51 83.26 -
System Red Green Blue C M Y K H S L
Decimal 128 217 220 0.42 0.01 0 0.14 181.96 0.57 0.68
Hex 80 D9 DC 2A 1 0 E B6 39 44
Octal 200 331 334 52 1 0 16 266 71 104
Binary 10000000 11011001 11011100 101010 1 0 1110 10110110 111001 1000100

Color Harmonies of #80D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D9DC

Black with #80D9DC

Text Example


Text Example

White with #80D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,217,220); }

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

background-color css

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

 a { background-color: rgb(128,217,220); }

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

border-color css

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

 span { border-color: rgb(128,217,220); }

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