Shades of Spray #8BD4DA
Tints of Spray #8BD4DA
RGB
CMYK
RGB Variations
Color information
#8BD4DA (or 0x8BD4DA) is known color: Spray. HEX triplet: 8B, D4 and DA. RGB value is (139,212,218). Sum of RGB (Red+Green+Blue) = 139+212+218=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BD4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD4DA is #742B25. Grayscale: #BEBEBE. Windows color (decimal): -7613222 or 14341259. OLE color: 14341259.
HSL color Cylindrical-coordinate representation of color #8BD4DA: hue angle of 184.56º 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 #8BD4DA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 212 | 218 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.15 |
| HSL | 184.56º | 0.52% | 0.7% | - |
| HSV(B) | 184.56º | 0.36% | 0.85% | - |
| XYZ | 46.85 | 57.64 | 74.99 | - |
| YUV | 190.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 218 | 0.36 | 0.03 | 0 | 0.15 | 184.56 | 0.52 | 0.7 |
| Hex | 8B | D4 | DA | 24 | 3 | 0 | F | B9 | 34 | 46 |
| Octal | 213 | 324 | 332 | 44 | 3 | 0 | 17 | 271 | 64 | 106 |
| Binary | 10001011 | 11010100 | 11011010 | 100100 | 11 | 0 | 1111 | 10111001 | 110100 | 1000110 |
Color Harmonies of #8BD4DA
Complementary color
Monochromatic Colors of #8BD4DA
Black with #8BD4DA
Text Example
Text Example
White with #8BD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD4DA; }
p { color: rgb(139,212,218); }
H1.HeaderClassName
{
color: #8BD4DA;
}
.AnyTagClassName
{
color: #8BD4DA;
}
</style>
background-color css
<style>
a { background-color: #8BD4DA; }
a { background-color: rgb(139,212,218); }
div.DivClassName
{
background-color: #8BD4DA;
}
.BgClassName
{
background-color: #8BD4DA;
}
</style>
border-color css
<style>
span { border-color: #8BD4DA; }
span { border-color: rgb(139,212,218); }
td.TdClassName
{
border-color: #8BD4DA;
}
.TagClassName
{
border-color: #8BD4DA;
}
</style>