Shades of Sky Blue #86C4DF
Tints of Sky Blue #86C4DF
RGB
CMYK
RGB Variations
Color information
#86C4DF (or 0x86C4DF) is known color: Sky Blue. HEX triplet: 86, C4 and DF. RGB value is (134,196,223). Sum of RGB (Red+Green+Blue) = 134+196+223=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #86C4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C4DF is #793B20. Grayscale: #B4B4B4. Windows color (decimal): -7944993 or 14664838. OLE color: 14664838.
HSL color Cylindrical-coordinate representation of color #86C4DF: hue angle of 198.2º degrees, saturation: 0.58, 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 #86C4DF is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 196 | 223 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.13 |
| HSL | 198.2º | 0.58% | 0.7% | - |
| HSV(B) | 198.2º | 0.4% | 0.87% | - |
| XYZ | 42.89 | 49.88 | 77.18 | - |
| YUV | 180.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 223 | 0.40 | 0.12 | 0 | 0.13 | 198.2 | 0.58 | 0.7 |
| Hex | 86 | C4 | DF | 28 | C | 0 | D | C6 | 3A | 46 |
| Octal | 206 | 304 | 337 | 50 | 14 | 0 | 15 | 306 | 72 | 106 |
| Binary | 10000110 | 11000100 | 11011111 | 101000 | 1100 | 0 | 1101 | 11000110 | 111010 | 1000110 |
Color Harmonies of #86C4DF
Complementary color
Monochromatic Colors of #86C4DF
Black with #86C4DF
Text Example
Text Example
White with #86C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C4DF; }
p { color: rgb(134,196,223); }
H1.HeaderClassName
{
color: #86C4DF;
}
.AnyTagClassName
{
color: #86C4DF;
}
</style>
background-color css
<style>
a { background-color: #86C4DF; }
a { background-color: rgb(134,196,223); }
div.DivClassName
{
background-color: #86C4DF;
}
.BgClassName
{
background-color: #86C4DF;
}
</style>
border-color css
<style>
span { border-color: #86C4DF; }
span { border-color: rgb(134,196,223); }
td.TdClassName
{
border-color: #86C4DF;
}
.TagClassName
{
border-color: #86C4DF;
}
</style>