Shades of Spray #86CBDE
Tints of Spray #86CBDE
RGB
CMYK
RGB Variations
Color information
#86CBDE (or 0x86CBDE) is known color: Spray. HEX triplet: 86, CB and DE. RGB value is (134,203,222). Sum of RGB (Red+Green+Blue) = 134+203+222=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #86CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CBDE is #793421. Grayscale: #B8B8B8. Windows color (decimal): -7943202 or 14601094. OLE color: 14601094.
HSL color Cylindrical-coordinate representation of color #86CBDE: hue angle of 192.95º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86CBDE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 203 | 222 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.13 |
| HSL | 192.95º | 0.57% | 0.7% | - |
| HSV(B) | 192.95º | 0.4% | 0.87% | - |
| XYZ | 44.37 | 53.05 | 77.01 | - |
| YUV | 184.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 222 | 0.40 | 0.09 | 0 | 0.13 | 192.95 | 0.57 | 0.7 |
| Hex | 86 | CB | DE | 28 | 9 | 0 | D | C1 | 39 | 46 |
| Octal | 206 | 313 | 336 | 50 | 11 | 0 | 15 | 301 | 71 | 106 |
| Binary | 10000110 | 11001011 | 11011110 | 101000 | 1001 | 0 | 1101 | 11000001 | 111001 | 1000110 |
Color Harmonies of #86CBDE
Complementary color
Monochromatic Colors of #86CBDE
Black with #86CBDE
Text Example
Text Example
White with #86CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CBDE; }
p { color: rgb(134,203,222); }
H1.HeaderClassName
{
color: #86CBDE;
}
.AnyTagClassName
{
color: #86CBDE;
}
</style>
background-color css
<style>
a { background-color: #86CBDE; }
a { background-color: rgb(134,203,222); }
div.DivClassName
{
background-color: #86CBDE;
}
.BgClassName
{
background-color: #86CBDE;
}
</style>
border-color css
<style>
span { border-color: #86CBDE; }
span { border-color: rgb(134,203,222); }
td.TdClassName
{
border-color: #86CBDE;
}
.TagClassName
{
border-color: #86CBDE;
}
</style>