Shades of Light Sky Blue #87BFF1
Tints of Light Sky Blue #87BFF1
RGB
CMYK
RGB Variations
Color information
#87BFF1 (or 0x87BFF1) is known color: Light Sky Blue. HEX triplet: 87, BF and F1. RGB value is (135,191,241). Sum of RGB (Red+Green+Blue) = 135+191+241=567 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.81% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #87BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BFF1 is #78400E. Grayscale: #B3B3B3. Windows color (decimal): -7880719 or 15843207. OLE color: 15843207.
HSL color Cylindrical-coordinate representation of color #87BFF1: hue angle of 208.3º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87BFF1 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 191 | 241 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.05 |
| HSL | 208.3º | 0.79% | 0.74% | - |
| HSV(B) | 208.3º | 0.44% | 0.95% | - |
| XYZ | 44.5 | 48.76 | 90.29 | - |
| YUV | 179.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 241 | 0.44 | 0.21 | 0 | 0.05 | 208.3 | 0.79 | 0.74 |
| Hex | 87 | BF | F1 | 2C | 15 | 0 | 5 | D0 | 4F | 4A |
| Octal | 207 | 277 | 361 | 54 | 25 | 0 | 5 | 320 | 117 | 112 |
| Binary | 10000111 | 10111111 | 11110001 | 101100 | 10101 | 0 | 101 | 11010000 | 1001111 | 1001010 |
Color Harmonies of #87BFF1
Complementary color
Monochromatic Colors of #87BFF1
Black with #87BFF1
Text Example
Text Example
White with #87BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFF1; }
p { color: rgb(135,191,241); }
H1.HeaderClassName
{
color: #87BFF1;
}
.AnyTagClassName
{
color: #87BFF1;
}
</style>
background-color css
<style>
a { background-color: #87BFF1; }
a { background-color: rgb(135,191,241); }
div.DivClassName
{
background-color: #87BFF1;
}
.BgClassName
{
background-color: #87BFF1;
}
</style>
border-color css
<style>
span { border-color: #87BFF1; }
span { border-color: rgb(135,191,241); }
td.TdClassName
{
border-color: #87BFF1;
}
.TagClassName
{
border-color: #87BFF1;
}
</style>