Shades of Light Sky Blue #86CEF5
Tints of Light Sky Blue #86CEF5
RGB
CMYK
RGB Variations
Color information
#86CEF5 (or 0x86CEF5) is known color: Light Sky Blue. HEX triplet: 86, CE and F5. RGB value is (134,206,245). Sum of RGB (Red+Green+Blue) = 134+206+245=585 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.91% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #86CEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEF5 is #79310A. Grayscale: #BCBCBC. Windows color (decimal): -7942411 or 16109190. OLE color: 16109190.
HSL color Cylindrical-coordinate representation of color #86CEF5: hue angle of 201.08º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86CEF5 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 206 | 245 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.04 |
| HSL | 201.08º | 0.85% | 0.74% | - |
| HSV(B) | 201.08º | 0.45% | 0.96% | - |
| XYZ | 48.38 | 55.8 | 94.61 | - |
| YUV | 188.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 245 | 0.45 | 0.16 | 0 | 0.04 | 201.08 | 0.85 | 0.74 |
| Hex | 86 | CE | F5 | 2D | 10 | 0 | 4 | C9 | 55 | 4A |
| Octal | 206 | 316 | 365 | 55 | 20 | 0 | 4 | 311 | 125 | 112 |
| Binary | 10000110 | 11001110 | 11110101 | 101101 | 10000 | 0 | 100 | 11001001 | 1010101 | 1001010 |
Color Harmonies of #86CEF5
Complementary color
Monochromatic Colors of #86CEF5
Black with #86CEF5
Text Example
Text Example
White with #86CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEF5; }
p { color: rgb(134,206,245); }
H1.HeaderClassName
{
color: #86CEF5;
}
.AnyTagClassName
{
color: #86CEF5;
}
</style>
background-color css
<style>
a { background-color: #86CEF5; }
a { background-color: rgb(134,206,245); }
div.DivClassName
{
background-color: #86CEF5;
}
.BgClassName
{
background-color: #86CEF5;
}
</style>
border-color css
<style>
span { border-color: #86CEF5; }
span { border-color: rgb(134,206,245); }
td.TdClassName
{
border-color: #86CEF5;
}
.TagClassName
{
border-color: #86CEF5;
}
</style>