Html Css Color HEX #80D0D9 Spray

📋 copy color: '#80D0D9'

red 128 ◦ green 208 ◦ blue 217

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

Shades of Spray #80D0D9

Tints of Spray #80D0D9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

 BLUE value IS 217 (85.16% from 255) = 39.24%

R = 23.15%
G = 37.61%
B = 39.24%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#80D0D9 (or 0x80D0D9) is known color: Spray. HEX triplet: 80, D0 and D9. RGB value is (128,208,217). Sum of RGB (Red+Green+Blue) = 128+208+217=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #80D0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0D9 is #7F2F26. Grayscale: #B8B8B8. Windows color (decimal): -8335143 or 14274688. OLE color: 14274688.

HSL color Cylindrical-coordinate representation of color #80D0D9: hue angle of 186.07º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D0D9 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 208 217 -
CMYK 0.41 0.04 0 0.15
HSL 186.07º 0.54% 0.68% -
HSV(B) 186.07º 0.41% 0.85% -
XYZ 43.98 54.71 73.89 -
YUV 185.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 128 208 217 0.41 0.04 0 0.15 186.07 0.54 0.68
Hex 80 D0 D9 29 4 0 F BA 36 44
Octal 200 320 331 51 4 0 17 272 66 104
Binary 10000000 11010000 11011001 101001 100 0 1111 10111010 110110 1000100

Color Harmonies of #80D0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D0D9

Black with #80D0D9

Text Example


Text Example

White with #80D0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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