Shades of Sky Blue #86DDEE
Tints of Sky Blue #86DDEE
RGB
CMYK
RGB Variations
Color information
#86DDEE (or 0x86DDEE) is known color: Sky Blue. HEX triplet: 86, DD and EE. RGB value is (134,221,238). Sum of RGB (Red+Green+Blue) = 134+221+238=593 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.60% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #86DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDEE is #792211. Grayscale: #C4C4C4. Windows color (decimal): -7938578 or 15654278. OLE color: 15654278.
HSL color Cylindrical-coordinate representation of color #86DDEE: hue angle of 189.81º 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 #86DDEE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 221 | 238 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.07 |
| HSL | 189.81º | 0.75% | 0.73% | - |
| HSV(B) | 189.81º | 0.44% | 0.93% | - |
| XYZ | 51.12 | 62.95 | 90.35 | - |
| YUV | 196.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 238 | 0.44 | 0.07 | 0 | 0.07 | 189.81 | 0.75 | 0.73 |
| Hex | 86 | DD | EE | 2C | 7 | 0 | 7 | BE | 4B | 49 |
| Octal | 206 | 335 | 356 | 54 | 7 | 0 | 7 | 276 | 113 | 111 |
| Binary | 10000110 | 11011101 | 11101110 | 101100 | 111 | 0 | 111 | 10111110 | 1001011 | 1001001 |
Color Harmonies of #86DDEE
Complementary color
Monochromatic Colors of #86DDEE
Black with #86DDEE
Text Example
Text Example
White with #86DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDEE; }
p { color: rgb(134,221,238); }
H1.HeaderClassName
{
color: #86DDEE;
}
.AnyTagClassName
{
color: #86DDEE;
}
</style>
background-color css
<style>
a { background-color: #86DDEE; }
a { background-color: rgb(134,221,238); }
div.DivClassName
{
background-color: #86DDEE;
}
.BgClassName
{
background-color: #86DDEE;
}
</style>
border-color css
<style>
span { border-color: #86DDEE; }
span { border-color: rgb(134,221,238); }
td.TdClassName
{
border-color: #86DDEE;
}
.TagClassName
{
border-color: #86DDEE;
}
</style>