Shades of Spray #8BD3DA
Tints of Spray #8BD3DA
RGB
CMYK
RGB Variations
Color information
#8BD3DA (or 0x8BD3DA) is known color: Spray. HEX triplet: 8B, D3 and DA. RGB value is (139,211,218). Sum of RGB (Red+Green+Blue) = 139+211+218=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BD3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD3DA is #742C25. Grayscale: #BEBEBE. Windows color (decimal): -7613478 or 14341003. OLE color: 14341003.
HSL color Cylindrical-coordinate representation of color #8BD3DA: hue angle of 185.32º 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 #8BD3DA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 211 | 218 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.15 |
| HSL | 185.32º | 0.52% | 0.7% | - |
| HSV(B) | 185.32º | 0.36% | 0.85% | - |
| XYZ | 46.6 | 57.14 | 74.9 | - |
| YUV | 190.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 218 | 0.36 | 0.03 | 0 | 0.15 | 185.32 | 0.52 | 0.7 |
| Hex | 8B | D3 | DA | 24 | 3 | 0 | F | B9 | 34 | 46 |
| Octal | 213 | 323 | 332 | 44 | 3 | 0 | 17 | 271 | 64 | 106 |
| Binary | 10001011 | 11010011 | 11011010 | 100100 | 11 | 0 | 1111 | 10111001 | 110100 | 1000110 |
Color Harmonies of #8BD3DA
Complementary color
Monochromatic Colors of #8BD3DA
Black with #8BD3DA
Text Example
Text Example
White with #8BD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD3DA; }
p { color: rgb(139,211,218); }
H1.HeaderClassName
{
color: #8BD3DA;
}
.AnyTagClassName
{
color: #8BD3DA;
}
</style>
background-color css
<style>
a { background-color: #8BD3DA; }
a { background-color: rgb(139,211,218); }
div.DivClassName
{
background-color: #8BD3DA;
}
.BgClassName
{
background-color: #8BD3DA;
}
</style>
border-color css
<style>
span { border-color: #8BD3DA; }
span { border-color: rgb(139,211,218); }
td.TdClassName
{
border-color: #8BD3DA;
}
.TagClassName
{
border-color: #8BD3DA;
}
</style>