Shades of Light Sky Blue #86DFFF
Tints of Light Sky Blue #86DFFF
RGB
CMYK
RGB Variations
Color information
#86DFFF (or 0x86DFFF) is known color: Light Sky Blue. HEX triplet: 86, DF and FF. RGB value is (134,223,255). Sum of RGB (Red+Green+Blue) = 134+223+255=612 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.90% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #86DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFFF is #792000. Grayscale: #C7C7C7. Windows color (decimal): -7938049 or 16768902. OLE color: 16768902.
HSL color Cylindrical-coordinate representation of color #86DFFF: hue angle of 195.87º 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 #86DFFF is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 223 | 255 | - |
| CMYK | 0.47 | 0.13 | 0 | 0 |
| HSL | 195.87º | 1% | 0.76% | - |
| HSV(B) | 195.87º | 0.47% | 1% | - |
| XYZ | 54.27 | 65.06 | 104.31 | - |
| YUV | 200.04 | 159.01 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 255 | 0.47 | 0.13 | 0 | 0 | 195.87 | 1 | 0.76 |
| Hex | 86 | DF | FF | 2F | D | 0 | 0 | C4 | 64 | 4C |
| Octal | 206 | 337 | 377 | 57 | 15 | 0 | 0 | 304 | 144 | 114 |
| Binary | 10000110 | 11011111 | 11111111 | 101111 | 1101 | 0 | 0 | 11000100 | 1100100 | 1001100 |
Color Harmonies of #86DFFF
Complementary color
Monochromatic Colors of #86DFFF
Black with #86DFFF
Text Example
Text Example
White with #86DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFFF; }
p { color: rgb(134,223,255); }
H1.HeaderClassName
{
color: #86DFFF;
}
.AnyTagClassName
{
color: #86DFFF;
}
</style>
background-color css
<style>
a { background-color: #86DFFF; }
a { background-color: rgb(134,223,255); }
div.DivClassName
{
background-color: #86DFFF;
}
.BgClassName
{
background-color: #86DFFF;
}
</style>
border-color css
<style>
span { border-color: #86DFFF; }
span { border-color: rgb(134,223,255); }
td.TdClassName
{
border-color: #86DFFF;
}
.TagClassName
{
border-color: #86DFFF;
}
</style>