Shades of Spray #86CFDC
Tints of Spray #86CFDC
RGB
CMYK
RGB Variations
Color information
#86CFDC (or 0x86CFDC) is known color: Spray. HEX triplet: 86, CF and DC. RGB value is (134,207,220). Sum of RGB (Red+Green+Blue) = 134+207+220=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #86CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFDC is #793023. Grayscale: #BABABA. Windows color (decimal): -7942180 or 14471046. OLE color: 14471046.
HSL color Cylindrical-coordinate representation of color #86CFDC: hue angle of 189.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86CFDC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 207 | 220 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.14 |
| HSL | 189.07º | 0.55% | 0.69% | - |
| HSV(B) | 189.07º | 0.39% | 0.86% | - |
| XYZ | 45.06 | 54.86 | 75.92 | - |
| YUV | 186.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 220 | 0.39 | 0.06 | 0 | 0.14 | 189.07 | 0.55 | 0.69 |
| Hex | 86 | CF | DC | 27 | 6 | 0 | E | BD | 37 | 45 |
| Octal | 206 | 317 | 334 | 47 | 6 | 0 | 16 | 275 | 67 | 105 |
| Binary | 10000110 | 11001111 | 11011100 | 100111 | 110 | 0 | 1110 | 10111101 | 110111 | 1000101 |
Color Harmonies of #86CFDC
Complementary color
Monochromatic Colors of #86CFDC
Black with #86CFDC
Text Example
Text Example
White with #86CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFDC; }
p { color: rgb(134,207,220); }
H1.HeaderClassName
{
color: #86CFDC;
}
.AnyTagClassName
{
color: #86CFDC;
}
</style>
background-color css
<style>
a { background-color: #86CFDC; }
a { background-color: rgb(134,207,220); }
div.DivClassName
{
background-color: #86CFDC;
}
.BgClassName
{
background-color: #86CFDC;
}
</style>
border-color css
<style>
span { border-color: #86CFDC; }
span { border-color: rgb(134,207,220); }
td.TdClassName
{
border-color: #86CFDC;
}
.TagClassName
{
border-color: #86CFDC;
}
</style>