Shades of Sky Blue #86BEE5
Tints of Sky Blue #86BEE5
RGB
CMYK
RGB Variations
Color information
#86BEE5 (or 0x86BEE5) is known color: Sky Blue. HEX triplet: 86, BE and E5. RGB value is (134,190,229). Sum of RGB (Red+Green+Blue) = 134+190+229=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #86BEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BEE5 is #79411A. Grayscale: #B1B1B1. Windows color (decimal): -7946523 or 15056518. OLE color: 15056518.
HSL color Cylindrical-coordinate representation of color #86BEE5: hue angle of 204.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86BEE5 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 190 | 229 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.10 |
| HSL | 204.63º | 0.65% | 0.71% | - |
| HSV(B) | 204.63º | 0.41% | 0.9% | - |
| XYZ | 42.39 | 47.55 | 81.07 | - |
| YUV | 177.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 229 | 0.41 | 0.17 | 0 | 0.10 | 204.63 | 0.65 | 0.71 |
| Hex | 86 | BE | E5 | 29 | 11 | 0 | A | CD | 41 | 47 |
| Octal | 206 | 276 | 345 | 51 | 21 | 0 | 12 | 315 | 101 | 107 |
| Binary | 10000110 | 10111110 | 11100101 | 101001 | 10001 | 0 | 1010 | 11001101 | 1000001 | 1000111 |
Color Harmonies of #86BEE5
Complementary color
Monochromatic Colors of #86BEE5
Black with #86BEE5
Text Example
Text Example
White with #86BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEE5; }
p { color: rgb(134,190,229); }
H1.HeaderClassName
{
color: #86BEE5;
}
.AnyTagClassName
{
color: #86BEE5;
}
</style>
background-color css
<style>
a { background-color: #86BEE5; }
a { background-color: rgb(134,190,229); }
div.DivClassName
{
background-color: #86BEE5;
}
.BgClassName
{
background-color: #86BEE5;
}
</style>
border-color css
<style>
span { border-color: #86BEE5; }
span { border-color: rgb(134,190,229); }
td.TdClassName
{
border-color: #86BEE5;
}
.TagClassName
{
border-color: #86BEE5;
}
</style>