Shades of Spray #8BD1DD
Tints of Spray #8BD1DD
RGB
CMYK
RGB Variations
Color information
#8BD1DD (or 0x8BD1DD) is known color: Spray. HEX triplet: 8B, D1 and DD. RGB value is (139,209,221). Sum of RGB (Red+Green+Blue) = 139+209+221=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD1DD is #742E22. Grayscale: #BDBDBD. Windows color (decimal): -7613987 or 14537099. OLE color: 14537099.
HSL color Cylindrical-coordinate representation of color #8BD1DD: hue angle of 188.78º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD1DD is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 209 | 221 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.13 |
| HSL | 188.78º | 0.55% | 0.71% | - |
| HSV(B) | 188.78º | 0.37% | 0.87% | - |
| XYZ | 46.5 | 56.31 | 76.82 | - |
| YUV | 189.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 221 | 0.37 | 0.05 | 0 | 0.13 | 188.78 | 0.55 | 0.71 |
| Hex | 8B | D1 | DD | 25 | 5 | 0 | D | BD | 37 | 47 |
| Octal | 213 | 321 | 335 | 45 | 5 | 0 | 15 | 275 | 67 | 107 |
| Binary | 10001011 | 11010001 | 11011101 | 100101 | 101 | 0 | 1101 | 10111101 | 110111 | 1000111 |
Color Harmonies of #8BD1DD
Complementary color
Monochromatic Colors of #8BD1DD
Black with #8BD1DD
Text Example
Text Example
White with #8BD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD1DD; }
p { color: rgb(139,209,221); }
H1.HeaderClassName
{
color: #8BD1DD;
}
.AnyTagClassName
{
color: #8BD1DD;
}
</style>
background-color css
<style>
a { background-color: #8BD1DD; }
a { background-color: rgb(139,209,221); }
div.DivClassName
{
background-color: #8BD1DD;
}
.BgClassName
{
background-color: #8BD1DD;
}
</style>
border-color css
<style>
span { border-color: #8BD1DD; }
span { border-color: rgb(139,209,221); }
td.TdClassName
{
border-color: #8BD1DD;
}
.TagClassName
{
border-color: #8BD1DD;
}
</style>