Shades of Light Sky Blue #87DEFA
Tints of Light Sky Blue #87DEFA
RGB
CMYK
RGB Variations
Color information
#87DEFA (or 0x87DEFA) is known color: Light Sky Blue. HEX triplet: 87, DE and FA. RGB value is (135,222,250). Sum of RGB (Red+Green+Blue) = 135+222+250=607 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.24% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #87DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DEFA is #782105. Grayscale: #C6C6C6. Windows color (decimal): -7872774 or 16440967. OLE color: 16440967.
HSL color Cylindrical-coordinate representation of color #87DEFA: hue angle of 194.61º 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 #87DEFA is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 222 | 250 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.02 |
| HSL | 194.61º | 0.92% | 0.75% | - |
| HSV(B) | 194.61º | 0.46% | 0.98% | - |
| XYZ | 53.37 | 64.3 | 100.04 | - |
| YUV | 199.18 | 156.68 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 222 | 250 | 0.46 | 0.11 | 0 | 0.02 | 194.61 | 0.92 | 0.75 |
| Hex | 87 | DE | FA | 2E | B | 0 | 2 | C3 | 5C | 4B |
| Octal | 207 | 336 | 372 | 56 | 13 | 0 | 2 | 303 | 134 | 113 |
| Binary | 10000111 | 11011110 | 11111010 | 101110 | 1011 | 0 | 10 | 11000011 | 1011100 | 1001011 |
Color Harmonies of #87DEFA
Complementary color
Monochromatic Colors of #87DEFA
Black with #87DEFA
Text Example
Text Example
White with #87DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DEFA; }
p { color: rgb(135,222,250); }
H1.HeaderClassName
{
color: #87DEFA;
}
.AnyTagClassName
{
color: #87DEFA;
}
</style>
background-color css
<style>
a { background-color: #87DEFA; }
a { background-color: rgb(135,222,250); }
div.DivClassName
{
background-color: #87DEFA;
}
.BgClassName
{
background-color: #87DEFA;
}
</style>
border-color css
<style>
span { border-color: #87DEFA; }
span { border-color: rgb(135,222,250); }
td.TdClassName
{
border-color: #87DEFA;
}
.TagClassName
{
border-color: #87DEFA;
}
</style>