Shades of Sky Blue #86C2ED
Tints of Sky Blue #86C2ED
RGB
CMYK
RGB Variations
Color information
#86C2ED (or 0x86C2ED) is known color: Sky Blue. HEX triplet: 86, C2 and ED. RGB value is (134,194,237). Sum of RGB (Red+Green+Blue) = 134+194+237=565 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.72% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #86C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C2ED is #793D12. Grayscale: #B4B4B4. Windows color (decimal): -7945491 or 15581830. OLE color: 15581830.
HSL color Cylindrical-coordinate representation of color #86C2ED: hue angle of 205.05º 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 #86C2ED is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 194 | 237 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.07 |
| HSL | 205.05º | 0.74% | 0.73% | - |
| HSV(B) | 205.05º | 0.43% | 0.93% | - |
| XYZ | 44.41 | 49.77 | 87.39 | - |
| YUV | 180.96 | 159.62 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 237 | 0.43 | 0.18 | 0 | 0.07 | 205.05 | 0.74 | 0.73 |
| Hex | 86 | C2 | ED | 2B | 12 | 0 | 7 | CD | 4A | 49 |
| Octal | 206 | 302 | 355 | 53 | 22 | 0 | 7 | 315 | 112 | 111 |
| Binary | 10000110 | 11000010 | 11101101 | 101011 | 10010 | 0 | 111 | 11001101 | 1001010 | 1001001 |
Color Harmonies of #86C2ED
Complementary color
Monochromatic Colors of #86C2ED
Black with #86C2ED
Text Example
Text Example
White with #86C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C2ED; }
p { color: rgb(134,194,237); }
H1.HeaderClassName
{
color: #86C2ED;
}
.AnyTagClassName
{
color: #86C2ED;
}
</style>
background-color css
<style>
a { background-color: #86C2ED; }
a { background-color: rgb(134,194,237); }
div.DivClassName
{
background-color: #86C2ED;
}
.BgClassName
{
background-color: #86C2ED;
}
</style>
border-color css
<style>
span { border-color: #86C2ED; }
span { border-color: rgb(134,194,237); }
td.TdClassName
{
border-color: #86C2ED;
}
.TagClassName
{
border-color: #86C2ED;
}
</style>