Shades of Light Sky Blue #87DFFA
Tints of Light Sky Blue #87DFFA
RGB
CMYK
RGB Variations
Color information
#87DFFA (or 0x87DFFA) is known color: Light Sky Blue. HEX triplet: 87, DF and FA. RGB value is (135,223,250). Sum of RGB (Red+Green+Blue) = 135+223+250=608 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.20% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #87DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DFFA is #782005. Grayscale: #C7C7C7. Windows color (decimal): -7872518 or 16441223. OLE color: 16441223.
HSL color Cylindrical-coordinate representation of color #87DFFA: hue angle of 194.09º 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 #87DFFA is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 223 | 250 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.02 |
| HSL | 194.09º | 0.92% | 0.75% | - |
| HSV(B) | 194.09º | 0.46% | 0.98% | - |
| XYZ | 53.63 | 64.83 | 100.13 | - |
| YUV | 199.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 250 | 0.46 | 0.11 | 0 | 0.02 | 194.09 | 0.92 | 0.75 |
| Hex | 87 | DF | FA | 2E | B | 0 | 2 | C2 | 5C | 4B |
| Octal | 207 | 337 | 372 | 56 | 13 | 0 | 2 | 302 | 134 | 113 |
| Binary | 10000111 | 11011111 | 11111010 | 101110 | 1011 | 0 | 10 | 11000010 | 1011100 | 1001011 |
Color Harmonies of #87DFFA
Complementary color
Monochromatic Colors of #87DFFA
Black with #87DFFA
Text Example
Text Example
White with #87DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFFA; }
p { color: rgb(135,223,250); }
H1.HeaderClassName
{
color: #87DFFA;
}
.AnyTagClassName
{
color: #87DFFA;
}
</style>
background-color css
<style>
a { background-color: #87DFFA; }
a { background-color: rgb(135,223,250); }
div.DivClassName
{
background-color: #87DFFA;
}
.BgClassName
{
background-color: #87DFFA;
}
</style>
border-color css
<style>
span { border-color: #87DFFA; }
span { border-color: rgb(135,223,250); }
td.TdClassName
{
border-color: #87DFFA;
}
.TagClassName
{
border-color: #87DFFA;
}
</style>