Shades of Sky Blue #86CDE8
Tints of Sky Blue #86CDE8
RGB
CMYK
RGB Variations
Color information
#86CDE8 (or 0x86CDE8) is known color: Sky Blue. HEX triplet: 86, CD and E8. RGB value is (134,205,232). Sum of RGB (Red+Green+Blue) = 134+205+232=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #86CDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDE8 is #793217. Grayscale: #BABABA. Windows color (decimal): -7942680 or 15256966. OLE color: 15256966.
HSL color Cylindrical-coordinate representation of color #86CDE8: hue angle of 196.53º degrees, saturation: 0.68, 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 #86CDE8 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 205 | 232 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.09 |
| HSL | 196.53º | 0.68% | 0.72% | - |
| HSV(B) | 196.53º | 0.42% | 0.91% | - |
| XYZ | 46.23 | 54.56 | 84.44 | - |
| YUV | 186.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 232 | 0.42 | 0.12 | 0 | 0.09 | 196.53 | 0.68 | 0.72 |
| Hex | 86 | CD | E8 | 2A | C | 0 | 9 | C5 | 44 | 48 |
| Octal | 206 | 315 | 350 | 52 | 14 | 0 | 11 | 305 | 104 | 110 |
| Binary | 10000110 | 11001101 | 11101000 | 101010 | 1100 | 0 | 1001 | 11000101 | 1000100 | 1001000 |
Color Harmonies of #86CDE8
Complementary color
Monochromatic Colors of #86CDE8
Black with #86CDE8
Text Example
Text Example
White with #86CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDE8; }
p { color: rgb(134,205,232); }
H1.HeaderClassName
{
color: #86CDE8;
}
.AnyTagClassName
{
color: #86CDE8;
}
</style>
background-color css
<style>
a { background-color: #86CDE8; }
a { background-color: rgb(134,205,232); }
div.DivClassName
{
background-color: #86CDE8;
}
.BgClassName
{
background-color: #86CDE8;
}
</style>
border-color css
<style>
span { border-color: #86CDE8; }
span { border-color: rgb(134,205,232); }
td.TdClassName
{
border-color: #86CDE8;
}
.TagClassName
{
border-color: #86CDE8;
}
</style>