Shades of Spray #8BD4D8
Tints of Spray #8BD4D8
RGB
CMYK
RGB Variations
Color information
#8BD4D8 (or 0x8BD4D8) is known color: Spray. HEX triplet: 8B, D4 and D8. RGB value is (139,212,216). Sum of RGB (Red+Green+Blue) = 139+212+216=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BD4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD4D8 is #742B27. Grayscale: #BEBEBE. Windows color (decimal): -7613224 or 14210187. OLE color: 14210187.
HSL color Cylindrical-coordinate representation of color #8BD4D8: hue angle of 183.12º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD4D8 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 212 | 216 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.15 |
| HSL | 183.12º | 0.5% | 0.7% | - |
| HSV(B) | 183.12º | 0.36% | 0.85% | - |
| XYZ | 46.59 | 57.53 | 73.62 | - |
| YUV | 190.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 216 | 0.36 | 0.02 | 0 | 0.15 | 183.12 | 0.5 | 0.7 |
| Hex | 8B | D4 | D8 | 24 | 2 | 0 | F | B7 | 32 | 46 |
| Octal | 213 | 324 | 330 | 44 | 2 | 0 | 17 | 267 | 62 | 106 |
| Binary | 10001011 | 11010100 | 11011000 | 100100 | 10 | 0 | 1111 | 10110111 | 110010 | 1000110 |
Color Harmonies of #8BD4D8
Complementary color
Monochromatic Colors of #8BD4D8
Black with #8BD4D8
Text Example
Text Example
White with #8BD4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD4D8; }
p { color: rgb(139,212,216); }
H1.HeaderClassName
{
color: #8BD4D8;
}
.AnyTagClassName
{
color: #8BD4D8;
}
</style>
background-color css
<style>
a { background-color: #8BD4D8; }
a { background-color: rgb(139,212,216); }
div.DivClassName
{
background-color: #8BD4D8;
}
.BgClassName
{
background-color: #8BD4D8;
}
</style>
border-color css
<style>
span { border-color: #8BD4D8; }
span { border-color: rgb(139,212,216); }
td.TdClassName
{
border-color: #8BD4D8;
}
.TagClassName
{
border-color: #8BD4D8;
}
</style>