Shades of Sky Blue #86DEEA
Tints of Sky Blue #86DEEA
RGB
CMYK
RGB Variations
Color information
#86DEEA (or 0x86DEEA) is known color: Sky Blue. HEX triplet: 86, DE and EA. RGB value is (134,222,234). Sum of RGB (Red+Green+Blue) = 134+222+234=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #86DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DEEA is #792115. Grayscale: #C4C4C4. Windows color (decimal): -7938326 or 15392390. OLE color: 15392390.
HSL color Cylindrical-coordinate representation of color #86DEEA: hue angle of 187.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DEEA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 222 | 234 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.08 |
| HSL | 187.2º | 0.7% | 0.72% | - |
| HSV(B) | 187.2º | 0.43% | 0.92% | - |
| XYZ | 50.8 | 63.25 | 87.37 | - |
| YUV | 197.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 234 | 0.43 | 0.05 | 0 | 0.08 | 187.2 | 0.7 | 0.72 |
| Hex | 86 | DE | EA | 2B | 5 | 0 | 8 | BB | 46 | 48 |
| Octal | 206 | 336 | 352 | 53 | 5 | 0 | 10 | 273 | 106 | 110 |
| Binary | 10000110 | 11011110 | 11101010 | 101011 | 101 | 0 | 1000 | 10111011 | 1000110 | 1001000 |
Color Harmonies of #86DEEA
Complementary color
Monochromatic Colors of #86DEEA
Black with #86DEEA
Text Example
Text Example
White with #86DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DEEA; }
p { color: rgb(134,222,234); }
H1.HeaderClassName
{
color: #86DEEA;
}
.AnyTagClassName
{
color: #86DEEA;
}
</style>
background-color css
<style>
a { background-color: #86DEEA; }
a { background-color: rgb(134,222,234); }
div.DivClassName
{
background-color: #86DEEA;
}
.BgClassName
{
background-color: #86DEEA;
}
</style>
border-color css
<style>
span { border-color: #86DEEA; }
span { border-color: rgb(134,222,234); }
td.TdClassName
{
border-color: #86DEEA;
}
.TagClassName
{
border-color: #86DEEA;
}
</style>