Shades of Light Sky Blue #87D3FE
Tints of Light Sky Blue #87D3FE
RGB
CMYK
RGB Variations
Color information
#87D3FE (or 0x87D3FE) is known color: Light Sky Blue. HEX triplet: 87, D3 and FE. RGB value is (135,211,254). Sum of RGB (Red+Green+Blue) = 135+211+254=600 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.5% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #87D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D3FE is #782C01. Grayscale: #C0C0C0. Windows color (decimal): -7875586 or 16700295. OLE color: 16700295.
HSL color Cylindrical-coordinate representation of color #87D3FE: hue angle of 201.68º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87D3FE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 211 | 254 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.00 |
| HSL | 201.68º | 0.98% | 0.76% | - |
| HSV(B) | 201.68º | 0.47% | 1% | - |
| XYZ | 51.18 | 58.9 | 102.44 | - |
| YUV | 193.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 211 | 254 | 0.47 | 0.17 | 0 | 0.00 | 201.68 | 0.98 | 0.76 |
| Hex | 87 | D3 | FE | 2F | 11 | 0 | 0 | CA | 62 | 4C |
| Octal | 207 | 323 | 376 | 57 | 21 | 0 | 0 | 312 | 142 | 114 |
| Binary | 10000111 | 11010011 | 11111110 | 101111 | 10001 | 0 | 0 | 11001010 | 1100010 | 1001100 |
Color Harmonies of #87D3FE
Complementary color
Monochromatic Colors of #87D3FE
Black with #87D3FE
Text Example
Text Example
White with #87D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D3FE; }
p { color: rgb(135,211,254); }
H1.HeaderClassName
{
color: #87D3FE;
}
.AnyTagClassName
{
color: #87D3FE;
}
</style>
background-color css
<style>
a { background-color: #87D3FE; }
a { background-color: rgb(135,211,254); }
div.DivClassName
{
background-color: #87D3FE;
}
.BgClassName
{
background-color: #87D3FE;
}
</style>
border-color css
<style>
span { border-color: #87D3FE; }
span { border-color: rgb(135,211,254); }
td.TdClassName
{
border-color: #87D3FE;
}
.TagClassName
{
border-color: #87D3FE;
}
</style>