Shades of Light Sky Blue #87D3FF
Tints of Light Sky Blue #87D3FF
RGB
CMYK
RGB Variations
Color information
#87D3FF (or 0x87D3FF) is known color: Light Sky Blue. HEX triplet: 87, D3 and FF. RGB value is (135,211,255). Sum of RGB (Red+Green+Blue) = 135+211+255=601 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.46% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #87D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D3FF is #782C00. Grayscale: #C1C1C1. Windows color (decimal): -7875585 or 16765831. OLE color: 16765831.
HSL color Cylindrical-coordinate representation of color #87D3FF: hue angle of 202º 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 #87D3FF is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 211 | 255 | - |
| CMYK | 0.47 | 0.17 | 0 | 0 |
| HSL | 202º | 1% | 0.76% | - |
| HSV(B) | 202º | 0.47% | 1% | - |
| XYZ | 51.34 | 58.96 | 103.28 | - |
| YUV | 193.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 211 | 255 | 0.47 | 0.17 | 0 | 0 | 202 | 1 | 0.76 |
| Hex | 87 | D3 | FF | 2F | 11 | 0 | 0 | CA | 64 | 4C |
| Octal | 207 | 323 | 377 | 57 | 21 | 0 | 0 | 312 | 144 | 114 |
| Binary | 10000111 | 11010011 | 11111111 | 101111 | 10001 | 0 | 0 | 11001010 | 1100100 | 1001100 |
Color Harmonies of #87D3FF
Complementary color
Monochromatic Colors of #87D3FF
Black with #87D3FF
Text Example
Text Example
White with #87D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D3FF; }
p { color: rgb(135,211,255); }
H1.HeaderClassName
{
color: #87D3FF;
}
.AnyTagClassName
{
color: #87D3FF;
}
</style>
background-color css
<style>
a { background-color: #87D3FF; }
a { background-color: rgb(135,211,255); }
div.DivClassName
{
background-color: #87D3FF;
}
.BgClassName
{
background-color: #87D3FF;
}
</style>
border-color css
<style>
span { border-color: #87D3FF; }
span { border-color: rgb(135,211,255); }
td.TdClassName
{
border-color: #87D3FF;
}
.TagClassName
{
border-color: #87D3FF;
}
</style>