Shades of Sky Blue #86DFF1
Tints of Sky Blue #86DFF1
RGB
CMYK
RGB Variations
Color information
#86DFF1 (or 0x86DFF1) is known color: Sky Blue. HEX triplet: 86, DF and F1. RGB value is (134,223,241). Sum of RGB (Red+Green+Blue) = 134+223+241=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #86DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF1 is #79200E. Grayscale: #C6C6C6. Windows color (decimal): -7938063 or 15851398. OLE color: 15851398.
HSL color Cylindrical-coordinate representation of color #86DFF1: hue angle of 190.09º 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 #86DFF1 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 223 | 241 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.05 |
| HSL | 190.09º | 0.79% | 0.74% | - |
| HSV(B) | 190.09º | 0.44% | 0.95% | - |
| XYZ | 52.1 | 64.19 | 92.86 | - |
| YUV | 198.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 241 | 0.44 | 0.07 | 0 | 0.05 | 190.09 | 0.79 | 0.74 |
| Hex | 86 | DF | F1 | 2C | 7 | 0 | 5 | BE | 4F | 4A |
| Octal | 206 | 337 | 361 | 54 | 7 | 0 | 5 | 276 | 117 | 112 |
| Binary | 10000110 | 11011111 | 11110001 | 101100 | 111 | 0 | 101 | 10111110 | 1001111 | 1001010 |
Color Harmonies of #86DFF1
Complementary color
Monochromatic Colors of #86DFF1
Black with #86DFF1
Text Example
Text Example
White with #86DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFF1; }
p { color: rgb(134,223,241); }
H1.HeaderClassName
{
color: #86DFF1;
}
.AnyTagClassName
{
color: #86DFF1;
}
</style>
background-color css
<style>
a { background-color: #86DFF1; }
a { background-color: rgb(134,223,241); }
div.DivClassName
{
background-color: #86DFF1;
}
.BgClassName
{
background-color: #86DFF1;
}
</style>
border-color css
<style>
span { border-color: #86DFF1; }
span { border-color: rgb(134,223,241); }
td.TdClassName
{
border-color: #86DFF1;
}
.TagClassName
{
border-color: #86DFF1;
}
</style>