Shades of Sky Blue #86DBED
Tints of Sky Blue #86DBED
RGB
CMYK
RGB Variations
Color information
#86DBED (or 0x86DBED) is known color: Sky Blue. HEX triplet: 86, DB and ED. RGB value is (134,219,237). Sum of RGB (Red+Green+Blue) = 134+219+237=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #86DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBED is #792412. Grayscale: #C3C3C3. Windows color (decimal): -7939091 or 15588230. OLE color: 15588230.
HSL color Cylindrical-coordinate representation of color #86DBED: hue angle of 190.49º 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 #86DBED is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 219 | 237 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.07 |
| HSL | 190.49º | 0.74% | 0.73% | - |
| HSV(B) | 190.49º | 0.43% | 0.93% | - |
| XYZ | 50.45 | 61.85 | 89.4 | - |
| YUV | 195.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 237 | 0.43 | 0.08 | 0 | 0.07 | 190.49 | 0.74 | 0.73 |
| Hex | 86 | DB | ED | 2B | 8 | 0 | 7 | BE | 4A | 49 |
| Octal | 206 | 333 | 355 | 53 | 10 | 0 | 7 | 276 | 112 | 111 |
| Binary | 10000110 | 11011011 | 11101101 | 101011 | 1000 | 0 | 111 | 10111110 | 1001010 | 1001001 |
Color Harmonies of #86DBED
Complementary color
Monochromatic Colors of #86DBED
Black with #86DBED
Text Example
Text Example
White with #86DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBED; }
p { color: rgb(134,219,237); }
H1.HeaderClassName
{
color: #86DBED;
}
.AnyTagClassName
{
color: #86DBED;
}
</style>
background-color css
<style>
a { background-color: #86DBED; }
a { background-color: rgb(134,219,237); }
div.DivClassName
{
background-color: #86DBED;
}
.BgClassName
{
background-color: #86DBED;
}
</style>
border-color css
<style>
span { border-color: #86DBED; }
span { border-color: rgb(134,219,237); }
td.TdClassName
{
border-color: #86DBED;
}
.TagClassName
{
border-color: #86DBED;
}
</style>