Shades of Sky Blue #86DFF7
Tints of Sky Blue #86DFF7
RGB
CMYK
RGB Variations
Color information
#86DFF7 (or 0x86DFF7) is known color: Sky Blue. HEX triplet: 86, DF and F7. RGB value is (134,223,247). Sum of RGB (Red+Green+Blue) = 134+223+247=604 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.19% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #86DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF7 is #792008. Grayscale: #C6C6C6. Windows color (decimal): -7938057 or 16244614. OLE color: 16244614.
HSL color Cylindrical-coordinate representation of color #86DFF7: hue angle of 192.74º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86DFF7 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 223 | 247 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.03 |
| HSL | 192.74º | 0.88% | 0.75% | - |
| HSV(B) | 192.74º | 0.46% | 0.97% | - |
| XYZ | 53.01 | 64.56 | 97.66 | - |
| YUV | 199.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 247 | 0.46 | 0.10 | 0 | 0.03 | 192.74 | 0.88 | 0.75 |
| Hex | 86 | DF | F7 | 2E | A | 0 | 3 | C1 | 58 | 4B |
| Octal | 206 | 337 | 367 | 56 | 12 | 0 | 3 | 301 | 130 | 113 |
| Binary | 10000110 | 11011111 | 11110111 | 101110 | 1010 | 0 | 11 | 11000001 | 1011000 | 1001011 |
Color Harmonies of #86DFF7
Complementary color
Monochromatic Colors of #86DFF7
Black with #86DFF7
Text Example
Text Example
White with #86DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFF7; }
p { color: rgb(134,223,247); }
H1.HeaderClassName
{
color: #86DFF7;
}
.AnyTagClassName
{
color: #86DFF7;
}
</style>
background-color css
<style>
a { background-color: #86DFF7; }
a { background-color: rgb(134,223,247); }
div.DivClassName
{
background-color: #86DFF7;
}
.BgClassName
{
background-color: #86DFF7;
}
</style>
border-color css
<style>
span { border-color: #86DFF7; }
span { border-color: rgb(134,223,247); }
td.TdClassName
{
border-color: #86DFF7;
}
.TagClassName
{
border-color: #86DFF7;
}
</style>