Shades of Light Sky Blue #87DEFB
Tints of Light Sky Blue #87DEFB
RGB
CMYK
RGB Variations
Color information
#87DEFB (or 0x87DEFB) is known color: Light Sky Blue. HEX triplet: 87, DE and FB. RGB value is (135,222,251). Sum of RGB (Red+Green+Blue) = 135+222+251=608 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.20% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #87DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DEFB is #782104. Grayscale: #C7C7C7. Windows color (decimal): -7872773 or 16506503. OLE color: 16506503.
HSL color Cylindrical-coordinate representation of color #87DEFB: hue angle of 195º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87DEFB is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 222 | 251 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.02 |
| HSL | 195º | 0.94% | 0.76% | - |
| HSV(B) | 195º | 0.46% | 0.98% | - |
| XYZ | 53.53 | 64.36 | 100.87 | - |
| YUV | 199.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 222 | 251 | 0.46 | 0.12 | 0 | 0.02 | 195 | 0.94 | 0.76 |
| Hex | 87 | DE | FB | 2E | C | 0 | 2 | C3 | 5E | 4C |
| Octal | 207 | 336 | 373 | 56 | 14 | 0 | 2 | 303 | 136 | 114 |
| Binary | 10000111 | 11011110 | 11111011 | 101110 | 1100 | 0 | 10 | 11000011 | 1011110 | 1001100 |
Color Harmonies of #87DEFB
Complementary color
Monochromatic Colors of #87DEFB
Black with #87DEFB
Text Example
Text Example
White with #87DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DEFB; }
p { color: rgb(135,222,251); }
H1.HeaderClassName
{
color: #87DEFB;
}
.AnyTagClassName
{
color: #87DEFB;
}
</style>
background-color css
<style>
a { background-color: #87DEFB; }
a { background-color: rgb(135,222,251); }
div.DivClassName
{
background-color: #87DEFB;
}
.BgClassName
{
background-color: #87DEFB;
}
</style>
border-color css
<style>
span { border-color: #87DEFB; }
span { border-color: rgb(135,222,251); }
td.TdClassName
{
border-color: #87DEFB;
}
.TagClassName
{
border-color: #87DEFB;
}
</style>