Shades of Light Sky Blue #86DDFF
Tints of Light Sky Blue #86DDFF
RGB
CMYK
RGB Variations
Color information
#86DDFF (or 0x86DDFF) is known color: Light Sky Blue. HEX triplet: 86, DD and FF. RGB value is (134,221,255). Sum of RGB (Red+Green+Blue) = 134+221+255=610 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.97% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #86DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDFF is #792200. Grayscale: #C6C6C6. Windows color (decimal): -7938561 or 16768390. OLE color: 16768390.
HSL color Cylindrical-coordinate representation of color #86DDFF: hue angle of 196.86º 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 #86DDFF is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 221 | 255 | - |
| CMYK | 0.47 | 0.13 | 0 | 0 |
| HSL | 196.86º | 1% | 0.76% | - |
| HSV(B) | 196.86º | 0.47% | 1% | - |
| XYZ | 53.74 | 64 | 104.13 | - |
| YUV | 198.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 255 | 0.47 | 0.13 | 0 | 0 | 196.86 | 1 | 0.76 |
| Hex | 86 | DD | FF | 2F | D | 0 | 0 | C5 | 64 | 4C |
| Octal | 206 | 335 | 377 | 57 | 15 | 0 | 0 | 305 | 144 | 114 |
| Binary | 10000110 | 11011101 | 11111111 | 101111 | 1101 | 0 | 0 | 11000101 | 1100100 | 1001100 |
Color Harmonies of #86DDFF
Complementary color
Monochromatic Colors of #86DDFF
Black with #86DDFF
Text Example
Text Example
White with #86DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDFF; }
p { color: rgb(134,221,255); }
H1.HeaderClassName
{
color: #86DDFF;
}
.AnyTagClassName
{
color: #86DDFF;
}
</style>
background-color css
<style>
a { background-color: #86DDFF; }
a { background-color: rgb(134,221,255); }
div.DivClassName
{
background-color: #86DDFF;
}
.BgClassName
{
background-color: #86DDFF;
}
</style>
border-color css
<style>
span { border-color: #86DDFF; }
span { border-color: rgb(134,221,255); }
td.TdClassName
{
border-color: #86DDFF;
}
.TagClassName
{
border-color: #86DDFF;
}
</style>