Shades of Spray #8BD2DA
Tints of Spray #8BD2DA
RGB
CMYK
RGB Variations
Color information
#8BD2DA (or 0x8BD2DA) is known color: Spray. HEX triplet: 8B, D2 and DA. RGB value is (139,210,218). Sum of RGB (Red+Green+Blue) = 139+210+218=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BD2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD2DA is #742D25. Grayscale: #BDBDBD. Windows color (decimal): -7613734 or 14340747. OLE color: 14340747.
HSL color Cylindrical-coordinate representation of color #8BD2DA: hue angle of 186.08º degrees, saturation: 0.52, 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 #8BD2DA is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 210 | 218 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.15 |
| HSL | 186.08º | 0.52% | 0.7% | - |
| HSV(B) | 186.08º | 0.36% | 0.85% | - |
| XYZ | 46.35 | 56.64 | 74.82 | - |
| YUV | 189.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 218 | 0.36 | 0.04 | 0 | 0.15 | 186.08 | 0.52 | 0.7 |
| Hex | 8B | D2 | DA | 24 | 4 | 0 | F | BA | 34 | 46 |
| Octal | 213 | 322 | 332 | 44 | 4 | 0 | 17 | 272 | 64 | 106 |
| Binary | 10001011 | 11010010 | 11011010 | 100100 | 100 | 0 | 1111 | 10111010 | 110100 | 1000110 |
Color Harmonies of #8BD2DA
Complementary color
Monochromatic Colors of #8BD2DA
Black with #8BD2DA
Text Example
Text Example
White with #8BD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2DA; }
p { color: rgb(139,210,218); }
H1.HeaderClassName
{
color: #8BD2DA;
}
.AnyTagClassName
{
color: #8BD2DA;
}
</style>
background-color css
<style>
a { background-color: #8BD2DA; }
a { background-color: rgb(139,210,218); }
div.DivClassName
{
background-color: #8BD2DA;
}
.BgClassName
{
background-color: #8BD2DA;
}
</style>
border-color css
<style>
span { border-color: #8BD2DA; }
span { border-color: rgb(139,210,218); }
td.TdClassName
{
border-color: #8BD2DA;
}
.TagClassName
{
border-color: #8BD2DA;
}
</style>