Shades of Sky Blue #86DBEC
Tints of Sky Blue #86DBEC
RGB
CMYK
RGB Variations
Color information
#86DBEC (or 0x86DBEC) is known color: Sky Blue. HEX triplet: 86, DB and EC. RGB value is (134,219,236). Sum of RGB (Red+Green+Blue) = 134+219+236=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #86DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBEC is #792413. Grayscale: #C3C3C3. Windows color (decimal): -7939092 or 15522694. OLE color: 15522694.
HSL color Cylindrical-coordinate representation of color #86DBEC: hue angle of 190º 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 #86DBEC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 219 | 236 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.07 |
| HSL | 190º | 0.73% | 0.73% | - |
| HSV(B) | 190º | 0.43% | 0.93% | - |
| XYZ | 50.3 | 61.79 | 88.63 | - |
| YUV | 195.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 236 | 0.43 | 0.07 | 0 | 0.07 | 190 | 0.73 | 0.73 |
| Hex | 86 | DB | EC | 2B | 7 | 0 | 7 | BE | 49 | 49 |
| Octal | 206 | 333 | 354 | 53 | 7 | 0 | 7 | 276 | 111 | 111 |
| Binary | 10000110 | 11011011 | 11101100 | 101011 | 111 | 0 | 111 | 10111110 | 1001001 | 1001001 |
Color Harmonies of #86DBEC
Complementary color
Monochromatic Colors of #86DBEC
Black with #86DBEC
Text Example
Text Example
White with #86DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBEC; }
p { color: rgb(134,219,236); }
H1.HeaderClassName
{
color: #86DBEC;
}
.AnyTagClassName
{
color: #86DBEC;
}
</style>
background-color css
<style>
a { background-color: #86DBEC; }
a { background-color: rgb(134,219,236); }
div.DivClassName
{
background-color: #86DBEC;
}
.BgClassName
{
background-color: #86DBEC;
}
</style>
border-color css
<style>
span { border-color: #86DBEC; }
span { border-color: rgb(134,219,236); }
td.TdClassName
{
border-color: #86DBEC;
}
.TagClassName
{
border-color: #86DBEC;
}
</style>