Shades of Spray #8BCCDD
Tints of Spray #8BCCDD
RGB
CMYK
RGB Variations
Color information
#8BCCDD (or 0x8BCCDD) is known color: Spray. HEX triplet: 8B, CC and DD. RGB value is (139,204,221). Sum of RGB (Red+Green+Blue) = 139+204+221=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCDD is #743322. Grayscale: #BABABA. Windows color (decimal): -7615267 or 14535819. OLE color: 14535819.
HSL color Cylindrical-coordinate representation of color #8BCCDD: hue angle of 192.44º 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 #8BCCDD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 204 | 221 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.13 |
| HSL | 192.44º | 0.55% | 0.71% | - |
| HSV(B) | 192.44º | 0.37% | 0.87% | - |
| XYZ | 45.29 | 53.9 | 76.42 | - |
| YUV | 186.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 221 | 0.37 | 0.08 | 0 | 0.13 | 192.44 | 0.55 | 0.71 |
| Hex | 8B | CC | DD | 25 | 8 | 0 | D | C0 | 37 | 47 |
| Octal | 213 | 314 | 335 | 45 | 10 | 0 | 15 | 300 | 67 | 107 |
| Binary | 10001011 | 11001100 | 11011101 | 100101 | 1000 | 0 | 1101 | 11000000 | 110111 | 1000111 |
Color Harmonies of #8BCCDD
Complementary color
Monochromatic Colors of #8BCCDD
Black with #8BCCDD
Text Example
Text Example
White with #8BCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCDD; }
p { color: rgb(139,204,221); }
H1.HeaderClassName
{
color: #8BCCDD;
}
.AnyTagClassName
{
color: #8BCCDD;
}
</style>
background-color css
<style>
a { background-color: #8BCCDD; }
a { background-color: rgb(139,204,221); }
div.DivClassName
{
background-color: #8BCCDD;
}
.BgClassName
{
background-color: #8BCCDD;
}
</style>
border-color css
<style>
span { border-color: #8BCCDD; }
span { border-color: rgb(139,204,221); }
td.TdClassName
{
border-color: #8BCCDD;
}
.TagClassName
{
border-color: #8BCCDD;
}
</style>