Shades of Sky Blue #86CCE7
Tints of Sky Blue #86CCE7
RGB
CMYK
RGB Variations
Color information
#86CCE7 (or 0x86CCE7) is known color: Sky Blue. HEX triplet: 86, CC and E7. RGB value is (134,204,231). Sum of RGB (Red+Green+Blue) = 134+204+231=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #86CCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCE7 is #793318. Grayscale: #B9B9B9. Windows color (decimal): -7942937 or 15191174. OLE color: 15191174.
HSL color Cylindrical-coordinate representation of color #86CCE7: hue angle of 196.7º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86CCE7 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 204 | 231 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.09 |
| HSL | 196.7º | 0.67% | 0.72% | - |
| HSV(B) | 196.7º | 0.42% | 0.91% | - |
| XYZ | 45.85 | 54.02 | 83.61 | - |
| YUV | 186.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 231 | 0.42 | 0.12 | 0 | 0.09 | 196.7 | 0.67 | 0.72 |
| Hex | 86 | CC | E7 | 2A | C | 0 | 9 | C5 | 43 | 48 |
| Octal | 206 | 314 | 347 | 52 | 14 | 0 | 11 | 305 | 103 | 110 |
| Binary | 10000110 | 11001100 | 11100111 | 101010 | 1100 | 0 | 1001 | 11000101 | 1000011 | 1001000 |
Color Harmonies of #86CCE7
Complementary color
Monochromatic Colors of #86CCE7
Black with #86CCE7
Text Example
Text Example
White with #86CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCE7; }
p { color: rgb(134,204,231); }
H1.HeaderClassName
{
color: #86CCE7;
}
.AnyTagClassName
{
color: #86CCE7;
}
</style>
background-color css
<style>
a { background-color: #86CCE7; }
a { background-color: rgb(134,204,231); }
div.DivClassName
{
background-color: #86CCE7;
}
.BgClassName
{
background-color: #86CCE7;
}
</style>
border-color css
<style>
span { border-color: #86CCE7; }
span { border-color: rgb(134,204,231); }
td.TdClassName
{
border-color: #86CCE7;
}
.TagClassName
{
border-color: #86CCE7;
}
</style>