Shades of Sky Blue #86DBE9
Tints of Sky Blue #86DBE9
RGB
CMYK
RGB Variations
Color information
#86DBE9 (or 0x86DBE9) is known color: Sky Blue. HEX triplet: 86, DB and E9. RGB value is (134,219,233). Sum of RGB (Red+Green+Blue) = 134+219+233=586 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.87% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #86DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBE9 is #792416. Grayscale: #C3C3C3. Windows color (decimal): -7939095 or 15326086. OLE color: 15326086.
HSL color Cylindrical-coordinate representation of color #86DBE9: hue angle of 188.48º degrees, saturation: 0.69, 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 #86DBE9 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 219 | 233 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.09 |
| HSL | 188.48º | 0.69% | 0.72% | - |
| HSV(B) | 188.48º | 0.42% | 0.91% | - |
| XYZ | 49.87 | 61.61 | 86.36 | - |
| YUV | 195.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 233 | 0.42 | 0.06 | 0 | 0.09 | 188.48 | 0.69 | 0.72 |
| Hex | 86 | DB | E9 | 2A | 6 | 0 | 9 | BC | 45 | 48 |
| Octal | 206 | 333 | 351 | 52 | 6 | 0 | 11 | 274 | 105 | 110 |
| Binary | 10000110 | 11011011 | 11101001 | 101010 | 110 | 0 | 1001 | 10111100 | 1000101 | 1001000 |
Color Harmonies of #86DBE9
Complementary color
Monochromatic Colors of #86DBE9
Black with #86DBE9
Text Example
Text Example
White with #86DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBE9; }
p { color: rgb(134,219,233); }
H1.HeaderClassName
{
color: #86DBE9;
}
.AnyTagClassName
{
color: #86DBE9;
}
</style>
background-color css
<style>
a { background-color: #86DBE9; }
a { background-color: rgb(134,219,233); }
div.DivClassName
{
background-color: #86DBE9;
}
.BgClassName
{
background-color: #86DBE9;
}
</style>
border-color css
<style>
span { border-color: #86DBE9; }
span { border-color: rgb(134,219,233); }
td.TdClassName
{
border-color: #86DBE9;
}
.TagClassName
{
border-color: #86DBE9;
}
</style>