Shades of Light Sky Blue #87BFFA
Tints of Light Sky Blue #87BFFA
RGB
CMYK
RGB Variations
Color information
#87BFFA (or 0x87BFFA) is known color: Light Sky Blue. HEX triplet: 87, BF and FA. RGB value is (135,191,250). Sum of RGB (Red+Green+Blue) = 135+191+250=576 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.44% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #87BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BFFA is #784005. Grayscale: #B4B4B4. Windows color (decimal): -7880710 or 16433031. OLE color: 16433031.
HSL color Cylindrical-coordinate representation of color #87BFFA: hue angle of 210.78º 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 #87BFFA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 191 | 250 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.02 |
| HSL | 210.78º | 0.92% | 0.75% | - |
| HSV(B) | 210.78º | 0.46% | 0.98% | - |
| XYZ | 45.88 | 49.31 | 97.54 | - |
| YUV | 180.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 250 | 0.46 | 0.24 | 0 | 0.02 | 210.78 | 0.92 | 0.75 |
| Hex | 87 | BF | FA | 2E | 18 | 0 | 2 | D3 | 5C | 4B |
| Octal | 207 | 277 | 372 | 56 | 30 | 0 | 2 | 323 | 134 | 113 |
| Binary | 10000111 | 10111111 | 11111010 | 101110 | 11000 | 0 | 10 | 11010011 | 1011100 | 1001011 |
Color Harmonies of #87BFFA
Complementary color
Monochromatic Colors of #87BFFA
Black with #87BFFA
Text Example
Text Example
White with #87BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFFA; }
p { color: rgb(135,191,250); }
H1.HeaderClassName
{
color: #87BFFA;
}
.AnyTagClassName
{
color: #87BFFA;
}
</style>
background-color css
<style>
a { background-color: #87BFFA; }
a { background-color: rgb(135,191,250); }
div.DivClassName
{
background-color: #87BFFA;
}
.BgClassName
{
background-color: #87BFFA;
}
</style>
border-color css
<style>
span { border-color: #87BFFA; }
span { border-color: rgb(135,191,250); }
td.TdClassName
{
border-color: #87BFFA;
}
.TagClassName
{
border-color: #87BFFA;
}
</style>