Shades of Spray #8BC4D8
Tints of Spray #8BC4D8
RGB
CMYK
RGB Variations
Color information
#8BC4D8 (or 0x8BC4D8) is known color: Spray. HEX triplet: 8B, C4 and D8. RGB value is (139,196,216). Sum of RGB (Red+Green+Blue) = 139+196+216=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BC4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4D8 is #743B27. Grayscale: #B5B5B5. Windows color (decimal): -7617320 or 14206091. OLE color: 14206091.
HSL color Cylindrical-coordinate representation of color #8BC4D8: hue angle of 195.58º 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 #8BC4D8 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 196 | 216 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.15 |
| HSL | 195.58º | 0.5% | 0.7% | - |
| HSV(B) | 195.58º | 0.36% | 0.85% | - |
| XYZ | 42.78 | 49.93 | 72.35 | - |
| YUV | 181.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 216 | 0.36 | 0.09 | 0 | 0.15 | 195.58 | 0.5 | 0.7 |
| Hex | 8B | C4 | D8 | 24 | 9 | 0 | F | C4 | 32 | 46 |
| Octal | 213 | 304 | 330 | 44 | 11 | 0 | 17 | 304 | 62 | 106 |
| Binary | 10001011 | 11000100 | 11011000 | 100100 | 1001 | 0 | 1111 | 11000100 | 110010 | 1000110 |
Color Harmonies of #8BC4D8
Complementary color
Monochromatic Colors of #8BC4D8
Black with #8BC4D8
Text Example
Text Example
White with #8BC4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC4D8; }
p { color: rgb(139,196,216); }
H1.HeaderClassName
{
color: #8BC4D8;
}
.AnyTagClassName
{
color: #8BC4D8;
}
</style>
background-color css
<style>
a { background-color: #8BC4D8; }
a { background-color: rgb(139,196,216); }
div.DivClassName
{
background-color: #8BC4D8;
}
.BgClassName
{
background-color: #8BC4D8;
}
</style>
border-color css
<style>
span { border-color: #8BC4D8; }
span { border-color: rgb(139,196,216); }
td.TdClassName
{
border-color: #8BC4D8;
}
.TagClassName
{
border-color: #8BC4D8;
}
</style>