Shades of Light Sky Blue #86C3FF
Tints of Light Sky Blue #86C3FF
RGB
CMYK
RGB Variations
Color information
#86C3FF (or 0x86C3FF) is known color: Light Sky Blue. HEX triplet: 86, C3 and FF. RGB value is (134,195,255). Sum of RGB (Red+Green+Blue) = 134+195+255=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #86C3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C3FF is #793C00. Grayscale: #B7B7B7. Windows color (decimal): -7945217 or 16761734. OLE color: 16761734.
HSL color Cylindrical-coordinate representation of color #86C3FF: hue angle of 209.75º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C3FF is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 195 | 255 | - |
| CMYK | 0.47 | 0.24 | 0 | 0 |
| HSL | 209.75º | 1% | 0.76% | - |
| HSV(B) | 209.75º | 0.47% | 1% | - |
| XYZ | 47.4 | 51.32 | 102.02 | - |
| YUV | 183.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 255 | 0.47 | 0.24 | 0 | 0 | 209.75 | 1 | 0.76 |
| Hex | 86 | C3 | FF | 2F | 18 | 0 | 0 | D2 | 64 | 4C |
| Octal | 206 | 303 | 377 | 57 | 30 | 0 | 0 | 322 | 144 | 114 |
| Binary | 10000110 | 11000011 | 11111111 | 101111 | 11000 | 0 | 0 | 11010010 | 1100100 | 1001100 |
Color Harmonies of #86C3FF
Complementary color
Monochromatic Colors of #86C3FF
Black with #86C3FF
Text Example
Text Example
White with #86C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C3FF; }
p { color: rgb(134,195,255); }
H1.HeaderClassName
{
color: #86C3FF;
}
.AnyTagClassName
{
color: #86C3FF;
}
</style>
background-color css
<style>
a { background-color: #86C3FF; }
a { background-color: rgb(134,195,255); }
div.DivClassName
{
background-color: #86C3FF;
}
.BgClassName
{
background-color: #86C3FF;
}
</style>
border-color css
<style>
span { border-color: #86C3FF; }
span { border-color: rgb(134,195,255); }
td.TdClassName
{
border-color: #86C3FF;
}
.TagClassName
{
border-color: #86C3FF;
}
</style>