Shades of Sky Blue #86DFEC
Tints of Sky Blue #86DFEC
RGB
CMYK
RGB Variations
Color information
#86DFEC (or 0x86DFEC) is known color: Sky Blue. HEX triplet: 86, DF and EC. RGB value is (134,223,236). Sum of RGB (Red+Green+Blue) = 134+223+236=593 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.60% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #86DFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFEC is #792013. Grayscale: #C5C5C5. Windows color (decimal): -7938068 or 15523718. OLE color: 15523718.
HSL color Cylindrical-coordinate representation of color #86DFEC: hue angle of 187.65º degrees, saturation: 0.73, 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 #86DFEC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 223 | 236 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.07 |
| HSL | 187.65º | 0.73% | 0.73% | - |
| HSV(B) | 187.65º | 0.43% | 0.93% | - |
| XYZ | 51.36 | 63.9 | 88.98 | - |
| YUV | 197.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 236 | 0.43 | 0.06 | 0 | 0.07 | 187.65 | 0.73 | 0.73 |
| Hex | 86 | DF | EC | 2B | 6 | 0 | 7 | BC | 49 | 49 |
| Octal | 206 | 337 | 354 | 53 | 6 | 0 | 7 | 274 | 111 | 111 |
| Binary | 10000110 | 11011111 | 11101100 | 101011 | 110 | 0 | 111 | 10111100 | 1001001 | 1001001 |
Color Harmonies of #86DFEC
Complementary color
Monochromatic Colors of #86DFEC
Black with #86DFEC
Text Example
Text Example
White with #86DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFEC; }
p { color: rgb(134,223,236); }
H1.HeaderClassName
{
color: #86DFEC;
}
.AnyTagClassName
{
color: #86DFEC;
}
</style>
background-color css
<style>
a { background-color: #86DFEC; }
a { background-color: rgb(134,223,236); }
div.DivClassName
{
background-color: #86DFEC;
}
.BgClassName
{
background-color: #86DFEC;
}
</style>
border-color css
<style>
span { border-color: #86DFEC; }
span { border-color: rgb(134,223,236); }
td.TdClassName
{
border-color: #86DFEC;
}
.TagClassName
{
border-color: #86DFEC;
}
</style>