Shades of Sky Blue #86CDEF
Tints of Sky Blue #86CDEF
RGB
CMYK
RGB Variations
Color information
#86CDEF (or 0x86CDEF) is known color: Sky Blue. HEX triplet: 86, CD and EF. RGB value is (134,205,239). Sum of RGB (Red+Green+Blue) = 134+205+239=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #86CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDEF is #793210. Grayscale: #BBBBBB. Windows color (decimal): -7942673 or 15715718. OLE color: 15715718.
HSL color Cylindrical-coordinate representation of color #86CDEF: hue angle of 199.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CDEF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 205 | 239 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.06 |
| HSL | 199.43º | 0.77% | 0.73% | - |
| HSV(B) | 199.43º | 0.44% | 0.94% | - |
| XYZ | 47.24 | 54.96 | 89.78 | - |
| YUV | 187.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 239 | 0.44 | 0.14 | 0 | 0.06 | 199.43 | 0.77 | 0.73 |
| Hex | 86 | CD | EF | 2C | E | 0 | 6 | C7 | 4D | 49 |
| Octal | 206 | 315 | 357 | 54 | 16 | 0 | 6 | 307 | 115 | 111 |
| Binary | 10000110 | 11001101 | 11101111 | 101100 | 1110 | 0 | 110 | 11000111 | 1001101 | 1001001 |
Color Harmonies of #86CDEF
Complementary color
Monochromatic Colors of #86CDEF
Black with #86CDEF
Text Example
Text Example
White with #86CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDEF; }
p { color: rgb(134,205,239); }
H1.HeaderClassName
{
color: #86CDEF;
}
.AnyTagClassName
{
color: #86CDEF;
}
</style>
background-color css
<style>
a { background-color: #86CDEF; }
a { background-color: rgb(134,205,239); }
div.DivClassName
{
background-color: #86CDEF;
}
.BgClassName
{
background-color: #86CDEF;
}
</style>
border-color css
<style>
span { border-color: #86CDEF; }
span { border-color: rgb(134,205,239); }
td.TdClassName
{
border-color: #86CDEF;
}
.TagClassName
{
border-color: #86CDEF;
}
</style>