Html Css Color HEX #80D4D9 Spray

📋 copy color: '#80D4D9'

red 128 ◦ green 212 ◦ blue 217

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

Shades of Spray #80D4D9

Tints of Spray #80D4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.06%

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

R = 22.98%
G = 38.06%
B = 38.96%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#80D4D9 (or 0x80D4D9) is known color: Spray. HEX triplet: 80, D4 and D9. RGB value is (128,212,217). Sum of RGB (Red+Green+Blue) = 128+212+217=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #80D4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D4D9 is #7F2B26. Grayscale: #BBBBBB. Windows color (decimal): -8334119 or 14275712. OLE color: 14275712.

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

Color convert

RGB 128 212 217 -
CMYK 0.41 0.02 0 0.15
HSL 183.37º 0.54% 0.68% -
HSV(B) 183.37º 0.41% 0.85% -
XYZ 44.97 56.69 74.22 -
YUV 187.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 128 212 217 0.41 0.02 0 0.15 183.37 0.54 0.68
Hex 80 D4 D9 29 2 0 F B7 36 44
Octal 200 324 331 51 2 0 17 267 66 104
Binary 10000000 11010100 11011001 101001 10 0 1111 10110111 110110 1000100

Color Harmonies of #80D4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D4D9

Black with #80D4D9

Text Example


Text Example

White with #80D4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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