Shades of Sky Blue #86DEEE
Tints of Sky Blue #86DEEE
RGB
CMYK
RGB Variations
Color information
#86DEEE (or 0x86DEEE) is known color: Sky Blue. HEX triplet: 86, DE and EE. RGB value is (134,222,238). Sum of RGB (Red+Green+Blue) = 134+222+238=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #86DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DEEE is #792111. Grayscale: #C5C5C5. Windows color (decimal): -7938322 or 15654534. OLE color: 15654534.
HSL color Cylindrical-coordinate representation of color #86DEEE: hue angle of 189.23º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86DEEE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 222 | 238 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.07 |
| HSL | 189.23º | 0.75% | 0.73% | - |
| HSV(B) | 189.23º | 0.44% | 0.93% | - |
| XYZ | 51.39 | 63.48 | 90.43 | - |
| YUV | 197.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 238 | 0.44 | 0.07 | 0 | 0.07 | 189.23 | 0.75 | 0.73 |
| Hex | 86 | DE | EE | 2C | 7 | 0 | 7 | BD | 4B | 49 |
| Octal | 206 | 336 | 356 | 54 | 7 | 0 | 7 | 275 | 113 | 111 |
| Binary | 10000110 | 11011110 | 11101110 | 101100 | 111 | 0 | 111 | 10111101 | 1001011 | 1001001 |
Color Harmonies of #86DEEE
Complementary color
Monochromatic Colors of #86DEEE
Black with #86DEEE
Text Example
Text Example
White with #86DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DEEE; }
p { color: rgb(134,222,238); }
H1.HeaderClassName
{
color: #86DEEE;
}
.AnyTagClassName
{
color: #86DEEE;
}
</style>
background-color css
<style>
a { background-color: #86DEEE; }
a { background-color: rgb(134,222,238); }
div.DivClassName
{
background-color: #86DEEE;
}
.BgClassName
{
background-color: #86DEEE;
}
</style>
border-color css
<style>
span { border-color: #86DEEE; }
span { border-color: rgb(134,222,238); }
td.TdClassName
{
border-color: #86DEEE;
}
.TagClassName
{
border-color: #86DEEE;
}
</style>