Shades of Sky Blue #86BDE2
Tints of Sky Blue #86BDE2
RGB
CMYK
RGB Variations
Color information
#86BDE2 (or 0x86BDE2) is known color: Sky Blue. HEX triplet: 86, BD and E2. RGB value is (134,189,226). Sum of RGB (Red+Green+Blue) = 134+189+226=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #86BDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDE2 is #79421D. Grayscale: #B0B0B0. Windows color (decimal): -7946782 or 14859654. OLE color: 14859654.
HSL color Cylindrical-coordinate representation of color #86BDE2: hue angle of 204.13º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86BDE2 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 189 | 226 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.11 |
| HSL | 204.13º | 0.61% | 0.71% | - |
| HSV(B) | 204.13º | 0.41% | 0.89% | - |
| XYZ | 41.76 | 46.95 | 78.81 | - |
| YUV | 176.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 226 | 0.41 | 0.16 | 0 | 0.11 | 204.13 | 0.61 | 0.71 |
| Hex | 86 | BD | E2 | 29 | 10 | 0 | B | CC | 3D | 47 |
| Octal | 206 | 275 | 342 | 51 | 20 | 0 | 13 | 314 | 75 | 107 |
| Binary | 10000110 | 10111101 | 11100010 | 101001 | 10000 | 0 | 1011 | 11001100 | 111101 | 1000111 |
Color Harmonies of #86BDE2
Complementary color
Monochromatic Colors of #86BDE2
Black with #86BDE2
Text Example
Text Example
White with #86BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDE2; }
p { color: rgb(134,189,226); }
H1.HeaderClassName
{
color: #86BDE2;
}
.AnyTagClassName
{
color: #86BDE2;
}
</style>
background-color css
<style>
a { background-color: #86BDE2; }
a { background-color: rgb(134,189,226); }
div.DivClassName
{
background-color: #86BDE2;
}
.BgClassName
{
background-color: #86BDE2;
}
</style>
border-color css
<style>
span { border-color: #86BDE2; }
span { border-color: rgb(134,189,226); }
td.TdClassName
{
border-color: #86BDE2;
}
.TagClassName
{
border-color: #86BDE2;
}
</style>