Shades of Sky Blue #86DEED
Tints of Sky Blue #86DEED
RGB
CMYK
RGB Variations
Color information
#86DEED (or 0x86DEED) is known color: Sky Blue. HEX triplet: 86, DE and ED. RGB value is (134,222,237). Sum of RGB (Red+Green+Blue) = 134+222+237=593 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.60% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #86DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DEED is #792112. Grayscale: #C5C5C5. Windows color (decimal): -7938323 or 15588998. OLE color: 15588998.
HSL color Cylindrical-coordinate representation of color #86DEED: hue angle of 188.74º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DEED is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 222 | 237 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.07 |
| HSL | 188.74º | 0.74% | 0.73% | - |
| HSV(B) | 188.74º | 0.43% | 0.93% | - |
| XYZ | 51.24 | 63.43 | 89.66 | - |
| YUV | 197.4 | 150.35 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 237 | 0.43 | 0.06 | 0 | 0.07 | 188.74 | 0.74 | 0.73 |
| Hex | 86 | DE | ED | 2B | 6 | 0 | 7 | BD | 4A | 49 |
| Octal | 206 | 336 | 355 | 53 | 6 | 0 | 7 | 275 | 112 | 111 |
| Binary | 10000110 | 11011110 | 11101101 | 101011 | 110 | 0 | 111 | 10111101 | 1001010 | 1001001 |
Color Harmonies of #86DEED
Complementary color
Monochromatic Colors of #86DEED
Black with #86DEED
Text Example
Text Example
White with #86DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DEED; }
p { color: rgb(134,222,237); }
H1.HeaderClassName
{
color: #86DEED;
}
.AnyTagClassName
{
color: #86DEED;
}
</style>
background-color css
<style>
a { background-color: #86DEED; }
a { background-color: rgb(134,222,237); }
div.DivClassName
{
background-color: #86DEED;
}
.BgClassName
{
background-color: #86DEED;
}
</style>
border-color css
<style>
span { border-color: #86DEED; }
span { border-color: rgb(134,222,237); }
td.TdClassName
{
border-color: #86DEED;
}
.TagClassName
{
border-color: #86DEED;
}
</style>