Shades of Sky Blue #87C0E6
Tints of Sky Blue #87C0E6
RGB
CMYK
RGB Variations
Color information
#87C0E6 (or 0x87C0E6) is known color: Sky Blue. HEX triplet: 87, C0 and E6. RGB value is (135,192,230). Sum of RGB (Red+Green+Blue) = 135+192+230=557 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.24% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #87C0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87C0E6 is #783F19. Grayscale: #B3B3B3. Windows color (decimal): -7880474 or 15122567. OLE color: 15122567.
HSL color Cylindrical-coordinate representation of color #87C0E6: hue angle of 204º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87C0E6 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 192 | 230 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.10 |
| HSL | 204º | 0.66% | 0.72% | - |
| HSV(B) | 204º | 0.41% | 0.9% | - |
| XYZ | 43.12 | 48.56 | 81.96 | - |
| YUV | 179.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 230 | 0.41 | 0.17 | 0 | 0.10 | 204 | 0.66 | 0.72 |
| Hex | 87 | C0 | E6 | 29 | 11 | 0 | A | CC | 42 | 48 |
| Octal | 207 | 300 | 346 | 51 | 21 | 0 | 12 | 314 | 102 | 110 |
| Binary | 10000111 | 11000000 | 11100110 | 101001 | 10001 | 0 | 1010 | 11001100 | 1000010 | 1001000 |
Color Harmonies of #87C0E6
Complementary color
Monochromatic Colors of #87C0E6
Black with #87C0E6
Text Example
Text Example
White with #87C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0E6; }
p { color: rgb(135,192,230); }
H1.HeaderClassName
{
color: #87C0E6;
}
.AnyTagClassName
{
color: #87C0E6;
}
</style>
background-color css
<style>
a { background-color: #87C0E6; }
a { background-color: rgb(135,192,230); }
div.DivClassName
{
background-color: #87C0E6;
}
.BgClassName
{
background-color: #87C0E6;
}
</style>
border-color css
<style>
span { border-color: #87C0E6; }
span { border-color: rgb(135,192,230); }
td.TdClassName
{
border-color: #87C0E6;
}
.TagClassName
{
border-color: #87C0E6;
}
</style>