Shades of Sky Blue #86CAF0
Tints of Sky Blue #86CAF0
RGB
CMYK
RGB Variations
Color information
#86CAF0 (or 0x86CAF0) is known color: Sky Blue. HEX triplet: 86, CA and F0. RGB value is (134,202,240). Sum of RGB (Red+Green+Blue) = 134+202+240=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #86CAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CAF0 is #79350F. Grayscale: #B9B9B9. Windows color (decimal): -7943440 or 15780486. OLE color: 15780486.
HSL color Cylindrical-coordinate representation of color #86CAF0: hue angle of 201.51º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CAF0 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 202 | 240 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.06 |
| HSL | 201.51º | 0.78% | 0.73% | - |
| HSV(B) | 201.51º | 0.44% | 0.94% | - |
| XYZ | 46.68 | 53.6 | 90.32 | - |
| YUV | 186 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 240 | 0.44 | 0.16 | 0 | 0.06 | 201.51 | 0.78 | 0.73 |
| Hex | 86 | CA | F0 | 2C | 10 | 0 | 6 | CA | 4E | 49 |
| Octal | 206 | 312 | 360 | 54 | 20 | 0 | 6 | 312 | 116 | 111 |
| Binary | 10000110 | 11001010 | 11110000 | 101100 | 10000 | 0 | 110 | 11001010 | 1001110 | 1001001 |
Color Harmonies of #86CAF0
Complementary color
Monochromatic Colors of #86CAF0
Black with #86CAF0
Text Example
Text Example
White with #86CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CAF0; }
p { color: rgb(134,202,240); }
H1.HeaderClassName
{
color: #86CAF0;
}
.AnyTagClassName
{
color: #86CAF0;
}
</style>
background-color css
<style>
a { background-color: #86CAF0; }
a { background-color: rgb(134,202,240); }
div.DivClassName
{
background-color: #86CAF0;
}
.BgClassName
{
background-color: #86CAF0;
}
</style>
border-color css
<style>
span { border-color: #86CAF0; }
span { border-color: rgb(134,202,240); }
td.TdClassName
{
border-color: #86CAF0;
}
.TagClassName
{
border-color: #86CAF0;
}
</style>