Shades of Sky Blue #86DFE9
Tints of Sky Blue #86DFE9
RGB
CMYK
RGB Variations
Color information
#86DFE9 (or 0x86DFE9) is known color: Sky Blue. HEX triplet: 86, DF and E9. RGB value is (134,223,233). Sum of RGB (Red+Green+Blue) = 134+223+233=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #86DFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFE9 is #792016. Grayscale: #C5C5C5. Windows color (decimal): -7938071 or 15327110. OLE color: 15327110.
HSL color Cylindrical-coordinate representation of color #86DFE9: hue angle of 186.06º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86DFE9 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 223 | 233 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.09 |
| HSL | 186.06º | 0.69% | 0.72% | - |
| HSV(B) | 186.06º | 0.42% | 0.91% | - |
| XYZ | 50.93 | 63.73 | 86.71 | - |
| YUV | 197.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 233 | 0.42 | 0.04 | 0 | 0.09 | 186.06 | 0.69 | 0.72 |
| Hex | 86 | DF | E9 | 2A | 4 | 0 | 9 | BA | 45 | 48 |
| Octal | 206 | 337 | 351 | 52 | 4 | 0 | 11 | 272 | 105 | 110 |
| Binary | 10000110 | 11011111 | 11101001 | 101010 | 100 | 0 | 1001 | 10111010 | 1000101 | 1001000 |
Color Harmonies of #86DFE9
Complementary color
Monochromatic Colors of #86DFE9
Black with #86DFE9
Text Example
Text Example
White with #86DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFE9; }
p { color: rgb(134,223,233); }
H1.HeaderClassName
{
color: #86DFE9;
}
.AnyTagClassName
{
color: #86DFE9;
}
</style>
background-color css
<style>
a { background-color: #86DFE9; }
a { background-color: rgb(134,223,233); }
div.DivClassName
{
background-color: #86DFE9;
}
.BgClassName
{
background-color: #86DFE9;
}
</style>
border-color css
<style>
span { border-color: #86DFE9; }
span { border-color: rgb(134,223,233); }
td.TdClassName
{
border-color: #86DFE9;
}
.TagClassName
{
border-color: #86DFE9;
}
</style>