Shades of Sky Blue #86BFDF
Tints of Sky Blue #86BFDF
RGB
CMYK
RGB Variations
Color information
#86BFDF (or 0x86BFDF) is known color: Sky Blue. HEX triplet: 86, BF and DF. RGB value is (134,191,223). Sum of RGB (Red+Green+Blue) = 134+191+223=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #86BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFDF is #794020. Grayscale: #B1B1B1. Windows color (decimal): -7946273 or 14663558. OLE color: 14663558.
HSL color Cylindrical-coordinate representation of color #86BFDF: hue angle of 201.57º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86BFDF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 191 | 223 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.13 |
| HSL | 201.57º | 0.58% | 0.7% | - |
| HSV(B) | 201.57º | 0.4% | 0.87% | - |
| XYZ | 41.78 | 47.66 | 76.81 | - |
| YUV | 177.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 223 | 0.40 | 0.14 | 0 | 0.13 | 201.57 | 0.58 | 0.7 |
| Hex | 86 | BF | DF | 28 | E | 0 | D | CA | 3A | 46 |
| Octal | 206 | 277 | 337 | 50 | 16 | 0 | 15 | 312 | 72 | 106 |
| Binary | 10000110 | 10111111 | 11011111 | 101000 | 1110 | 0 | 1101 | 11001010 | 111010 | 1000110 |
Color Harmonies of #86BFDF
Complementary color
Monochromatic Colors of #86BFDF
Black with #86BFDF
Text Example
Text Example
White with #86BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFDF; }
p { color: rgb(134,191,223); }
H1.HeaderClassName
{
color: #86BFDF;
}
.AnyTagClassName
{
color: #86BFDF;
}
</style>
background-color css
<style>
a { background-color: #86BFDF; }
a { background-color: rgb(134,191,223); }
div.DivClassName
{
background-color: #86BFDF;
}
.BgClassName
{
background-color: #86BFDF;
}
</style>
border-color css
<style>
span { border-color: #86BFDF; }
span { border-color: rgb(134,191,223); }
td.TdClassName
{
border-color: #86BFDF;
}
.TagClassName
{
border-color: #86BFDF;
}
</style>