Shades of Light Sky Blue #86D2FD
Tints of Light Sky Blue #86D2FD
RGB
CMYK
RGB Variations
Color information
#86D2FD (or 0x86D2FD) is known color: Light Sky Blue. HEX triplet: 86, D2 and FD. RGB value is (134,210,253). Sum of RGB (Red+Green+Blue) = 134+210+253=597 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.45% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #86D2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D2FD is #792D02. Grayscale: #BFBFBF. Windows color (decimal): -7941379 or 16634502. OLE color: 16634502.
HSL color Cylindrical-coordinate representation of color #86D2FD: hue angle of 201.68º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86D2FD is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 210 | 253 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.01 |
| HSL | 201.68º | 0.97% | 0.76% | - |
| HSV(B) | 201.68º | 0.47% | 0.99% | - |
| XYZ | 50.61 | 58.25 | 101.51 | - |
| YUV | 192.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 253 | 0.47 | 0.17 | 0 | 0.01 | 201.68 | 0.97 | 0.76 |
| Hex | 86 | D2 | FD | 2F | 11 | 0 | 1 | CA | 61 | 4C |
| Octal | 206 | 322 | 375 | 57 | 21 | 0 | 1 | 312 | 141 | 114 |
| Binary | 10000110 | 11010010 | 11111101 | 101111 | 10001 | 0 | 1 | 11001010 | 1100001 | 1001100 |
Color Harmonies of #86D2FD
Complementary color
Monochromatic Colors of #86D2FD
Black with #86D2FD
Text Example
Text Example
White with #86D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D2FD; }
p { color: rgb(134,210,253); }
H1.HeaderClassName
{
color: #86D2FD;
}
.AnyTagClassName
{
color: #86D2FD;
}
</style>
background-color css
<style>
a { background-color: #86D2FD; }
a { background-color: rgb(134,210,253); }
div.DivClassName
{
background-color: #86D2FD;
}
.BgClassName
{
background-color: #86D2FD;
}
</style>
border-color css
<style>
span { border-color: #86D2FD; }
span { border-color: rgb(134,210,253); }
td.TdClassName
{
border-color: #86D2FD;
}
.TagClassName
{
border-color: #86D2FD;
}
</style>