Shades of Spray #80CCD3
Tints of Spray #80CCD3
RGB
CMYK
RGB Variations
Color information
#80CCD3 (or 0x80CCD3) is known color: Spray. HEX triplet: 80, CC and D3. RGB value is (128,204,211). Sum of RGB (Red+Green+Blue) = 128+204+211=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #80CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCD3 is #7F332C. Grayscale: #B5B5B5. Windows color (decimal): -8336173 or 13880448. OLE color: 13880448.
HSL color Cylindrical-coordinate representation of color #80CCD3: hue angle of 185.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80CCD3 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 204 | 211 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.17 |
| HSL | 185.06º | 0.49% | 0.66% | - |
| HSV(B) | 185.06º | 0.39% | 0.83% | - |
| XYZ | 42.25 | 52.48 | 69.53 | - |
| YUV | 182.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 211 | 0.39 | 0.03 | 0 | 0.17 | 185.06 | 0.49 | 0.66 |
| Hex | 80 | CC | D3 | 27 | 3 | 0 | 11 | B9 | 31 | 42 |
| Octal | 200 | 314 | 323 | 47 | 3 | 0 | 21 | 271 | 61 | 102 |
| Binary | 10000000 | 11001100 | 11010011 | 100111 | 11 | 0 | 10001 | 10111001 | 110001 | 1000010 |
Color Harmonies of #80CCD3
Complementary color
Monochromatic Colors of #80CCD3
Black with #80CCD3
Text Example
Text Example
White with #80CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCD3; }
p { color: rgb(128,204,211); }
H1.HeaderClassName
{
color: #80CCD3;
}
.AnyTagClassName
{
color: #80CCD3;
}
</style>
background-color css
<style>
a { background-color: #80CCD3; }
a { background-color: rgb(128,204,211); }
div.DivClassName
{
background-color: #80CCD3;
}
.BgClassName
{
background-color: #80CCD3;
}
</style>
border-color css
<style>
span { border-color: #80CCD3; }
span { border-color: rgb(128,204,211); }
td.TdClassName
{
border-color: #80CCD3;
}
.TagClassName
{
border-color: #80CCD3;
}
</style>