Shades of Light Sky Blue #87D2FA
Tints of Light Sky Blue #87D2FA
RGB
CMYK
RGB Variations
Color information
#87D2FA (or 0x87D2FA) is known color: Light Sky Blue. HEX triplet: 87, D2 and FA. RGB value is (135,210,250). Sum of RGB (Red+Green+Blue) = 135+210+250=595 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.69% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #87D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D2FA is #782D05. Grayscale: #BFBFBF. Windows color (decimal): -7875846 or 16437895. OLE color: 16437895.
HSL color Cylindrical-coordinate representation of color #87D2FA: hue angle of 200.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87D2FA is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 210 | 250 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.02 |
| HSL | 200.87º | 0.92% | 0.75% | - |
| HSV(B) | 200.87º | 0.46% | 0.98% | - |
| XYZ | 50.29 | 58.15 | 99.02 | - |
| YUV | 192.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 210 | 250 | 0.46 | 0.16 | 0 | 0.02 | 200.87 | 0.92 | 0.75 |
| Hex | 87 | D2 | FA | 2E | 10 | 0 | 2 | C9 | 5C | 4B |
| Octal | 207 | 322 | 372 | 56 | 20 | 0 | 2 | 311 | 134 | 113 |
| Binary | 10000111 | 11010010 | 11111010 | 101110 | 10000 | 0 | 10 | 11001001 | 1011100 | 1001011 |
Color Harmonies of #87D2FA
Complementary color
Monochromatic Colors of #87D2FA
Black with #87D2FA
Text Example
Text Example
White with #87D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D2FA; }
p { color: rgb(135,210,250); }
H1.HeaderClassName
{
color: #87D2FA;
}
.AnyTagClassName
{
color: #87D2FA;
}
</style>
background-color css
<style>
a { background-color: #87D2FA; }
a { background-color: rgb(135,210,250); }
div.DivClassName
{
background-color: #87D2FA;
}
.BgClassName
{
background-color: #87D2FA;
}
</style>
border-color css
<style>
span { border-color: #87D2FA; }
span { border-color: rgb(135,210,250); }
td.TdClassName
{
border-color: #87D2FA;
}
.TagClassName
{
border-color: #87D2FA;
}
</style>