Shades of Sky Blue #86CDF1
Tints of Sky Blue #86CDF1
RGB
CMYK
RGB Variations
Color information
#86CDF1 (or 0x86CDF1) is known color: Sky Blue. HEX triplet: 86, CD and F1. RGB value is (134,205,241). Sum of RGB (Red+Green+Blue) = 134+205+241=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #86CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDF1 is #79320E. Grayscale: #BBBBBB. Windows color (decimal): -7942671 or 15846790. OLE color: 15846790.
HSL color Cylindrical-coordinate representation of color #86CDF1: hue angle of 200.19º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CDF1 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 205 | 241 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.05 |
| HSL | 200.19º | 0.79% | 0.74% | - |
| HSV(B) | 200.19º | 0.44% | 0.95% | - |
| XYZ | 47.54 | 55.08 | 91.35 | - |
| YUV | 187.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 241 | 0.44 | 0.15 | 0 | 0.05 | 200.19 | 0.79 | 0.74 |
| Hex | 86 | CD | F1 | 2C | F | 0 | 5 | C8 | 4F | 4A |
| Octal | 206 | 315 | 361 | 54 | 17 | 0 | 5 | 310 | 117 | 112 |
| Binary | 10000110 | 11001101 | 11110001 | 101100 | 1111 | 0 | 101 | 11001000 | 1001111 | 1001010 |
Color Harmonies of #86CDF1
Complementary color
Monochromatic Colors of #86CDF1
Black with #86CDF1
Text Example
Text Example
White with #86CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDF1; }
p { color: rgb(134,205,241); }
H1.HeaderClassName
{
color: #86CDF1;
}
.AnyTagClassName
{
color: #86CDF1;
}
</style>
background-color css
<style>
a { background-color: #86CDF1; }
a { background-color: rgb(134,205,241); }
div.DivClassName
{
background-color: #86CDF1;
}
.BgClassName
{
background-color: #86CDF1;
}
</style>
border-color css
<style>
span { border-color: #86CDF1; }
span { border-color: rgb(134,205,241); }
td.TdClassName
{
border-color: #86CDF1;
}
.TagClassName
{
border-color: #86CDF1;
}
</style>