Shades of Sky Blue #86CAE8
Tints of Sky Blue #86CAE8
RGB
CMYK
RGB Variations
Color information
#86CAE8 (or 0x86CAE8) is known color: Sky Blue. HEX triplet: 86, CA and E8. RGB value is (134,202,232). Sum of RGB (Red+Green+Blue) = 134+202+232=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #86CAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CAE8 is #793517. Grayscale: #B8B8B8. Windows color (decimal): -7943448 or 15256198. OLE color: 15256198.
HSL color Cylindrical-coordinate representation of color #86CAE8: hue angle of 198.37º 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 #86CAE8 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 202 | 232 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.09 |
| HSL | 198.37º | 0.68% | 0.72% | - |
| HSV(B) | 198.37º | 0.42% | 0.91% | - |
| XYZ | 45.52 | 53.14 | 84.2 | - |
| YUV | 185.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 232 | 0.42 | 0.13 | 0 | 0.09 | 198.37 | 0.68 | 0.72 |
| Hex | 86 | CA | E8 | 2A | D | 0 | 9 | C6 | 44 | 48 |
| Octal | 206 | 312 | 350 | 52 | 15 | 0 | 11 | 306 | 104 | 110 |
| Binary | 10000110 | 11001010 | 11101000 | 101010 | 1101 | 0 | 1001 | 11000110 | 1000100 | 1001000 |
Color Harmonies of #86CAE8
Complementary color
Monochromatic Colors of #86CAE8
Black with #86CAE8
Text Example
Text Example
White with #86CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CAE8; }
p { color: rgb(134,202,232); }
H1.HeaderClassName
{
color: #86CAE8;
}
.AnyTagClassName
{
color: #86CAE8;
}
</style>
background-color css
<style>
a { background-color: #86CAE8; }
a { background-color: rgb(134,202,232); }
div.DivClassName
{
background-color: #86CAE8;
}
.BgClassName
{
background-color: #86CAE8;
}
</style>
border-color css
<style>
span { border-color: #86CAE8; }
span { border-color: rgb(134,202,232); }
td.TdClassName
{
border-color: #86CAE8;
}
.TagClassName
{
border-color: #86CAE8;
}
</style>