Shades of Sky Blue #86CBEF
Tints of Sky Blue #86CBEF
RGB
CMYK
RGB Variations
Color information
#86CBEF (or 0x86CBEF) is known color: Sky Blue. HEX triplet: 86, CB and EF. RGB value is (134,203,239). Sum of RGB (Red+Green+Blue) = 134+203+239=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #86CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBEF is #793410. Grayscale: #BABABA. Windows color (decimal): -7943185 or 15715206. OLE color: 15715206.
HSL color Cylindrical-coordinate representation of color #86CBEF: hue angle of 200.57º degrees, saturation: 0.77, 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 #86CBEF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 203 | 239 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.06 |
| HSL | 200.57º | 0.77% | 0.73% | - |
| HSV(B) | 200.57º | 0.44% | 0.94% | - |
| XYZ | 46.77 | 54.01 | 89.62 | - |
| YUV | 186.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 239 | 0.44 | 0.15 | 0 | 0.06 | 200.57 | 0.77 | 0.73 |
| Hex | 86 | CB | EF | 2C | F | 0 | 6 | C9 | 4D | 49 |
| Octal | 206 | 313 | 357 | 54 | 17 | 0 | 6 | 311 | 115 | 111 |
| Binary | 10000110 | 11001011 | 11101111 | 101100 | 1111 | 0 | 110 | 11001001 | 1001101 | 1001001 |
Color Harmonies of #86CBEF
Complementary color
Monochromatic Colors of #86CBEF
Black with #86CBEF
Text Example
Text Example
White with #86CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CBEF; }
p { color: rgb(134,203,239); }
H1.HeaderClassName
{
color: #86CBEF;
}
.AnyTagClassName
{
color: #86CBEF;
}
</style>
background-color css
<style>
a { background-color: #86CBEF; }
a { background-color: rgb(134,203,239); }
div.DivClassName
{
background-color: #86CBEF;
}
.BgClassName
{
background-color: #86CBEF;
}
</style>
border-color css
<style>
span { border-color: #86CBEF; }
span { border-color: rgb(134,203,239); }
td.TdClassName
{
border-color: #86CBEF;
}
.TagClassName
{
border-color: #86CBEF;
}
</style>