Shades of Sky Blue #86DCED
Tints of Sky Blue #86DCED
RGB
CMYK
RGB Variations
Color information
#86DCED (or 0x86DCED) is known color: Sky Blue. HEX triplet: 86, DC and ED. RGB value is (134,220,237). Sum of RGB (Red+Green+Blue) = 134+220+237=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #86DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DCED is #792312. Grayscale: #C4C4C4. Windows color (decimal): -7938835 or 15588486. OLE color: 15588486.
HSL color Cylindrical-coordinate representation of color #86DCED: hue angle of 189.9º 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 #86DCED is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 220 | 237 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.07 |
| HSL | 189.9º | 0.74% | 0.73% | - |
| HSV(B) | 189.9º | 0.43% | 0.93% | - |
| XYZ | 50.71 | 62.37 | 89.49 | - |
| YUV | 196.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 237 | 0.43 | 0.07 | 0 | 0.07 | 189.9 | 0.74 | 0.73 |
| Hex | 86 | DC | ED | 2B | 7 | 0 | 7 | BE | 4A | 49 |
| Octal | 206 | 334 | 355 | 53 | 7 | 0 | 7 | 276 | 112 | 111 |
| Binary | 10000110 | 11011100 | 11101101 | 101011 | 111 | 0 | 111 | 10111110 | 1001010 | 1001001 |
Color Harmonies of #86DCED
Complementary color
Monochromatic Colors of #86DCED
Black with #86DCED
Text Example
Text Example
White with #86DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCED; }
p { color: rgb(134,220,237); }
H1.HeaderClassName
{
color: #86DCED;
}
.AnyTagClassName
{
color: #86DCED;
}
</style>
background-color css
<style>
a { background-color: #86DCED; }
a { background-color: rgb(134,220,237); }
div.DivClassName
{
background-color: #86DCED;
}
.BgClassName
{
background-color: #86DCED;
}
</style>
border-color css
<style>
span { border-color: #86DCED; }
span { border-color: rgb(134,220,237); }
td.TdClassName
{
border-color: #86DCED;
}
.TagClassName
{
border-color: #86DCED;
}
</style>