Shades of Sky Blue #87DCF2
Tints of Sky Blue #87DCF2
RGB
CMYK
RGB Variations
Color information
#87DCF2 (or 0x87DCF2) is known color: Sky Blue. HEX triplet: 87, DC and F2. RGB value is (135,220,242). Sum of RGB (Red+Green+Blue) = 135+220+242=597 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.61% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #87DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DCF2 is #78230D. Grayscale: #C4C4C4. Windows color (decimal): -7873294 or 15916167. OLE color: 15916167.
HSL color Cylindrical-coordinate representation of color #87DCF2: hue angle of 192.34º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87DCF2 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 220 | 242 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.05 |
| HSL | 192.34º | 0.8% | 0.74% | - |
| HSV(B) | 192.34º | 0.44% | 0.95% | - |
| XYZ | 51.61 | 62.75 | 93.4 | - |
| YUV | 197.09 | 153.34 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 242 | 0.44 | 0.09 | 0 | 0.05 | 192.34 | 0.8 | 0.74 |
| Hex | 87 | DC | F2 | 2C | 9 | 0 | 5 | C0 | 50 | 4A |
| Octal | 207 | 334 | 362 | 54 | 11 | 0 | 5 | 300 | 120 | 112 |
| Binary | 10000111 | 11011100 | 11110010 | 101100 | 1001 | 0 | 101 | 11000000 | 1010000 | 1001010 |
Color Harmonies of #87DCF2
Complementary color
Monochromatic Colors of #87DCF2
Black with #87DCF2
Text Example
Text Example
White with #87DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCF2; }
p { color: rgb(135,220,242); }
H1.HeaderClassName
{
color: #87DCF2;
}
.AnyTagClassName
{
color: #87DCF2;
}
</style>
background-color css
<style>
a { background-color: #87DCF2; }
a { background-color: rgb(135,220,242); }
div.DivClassName
{
background-color: #87DCF2;
}
.BgClassName
{
background-color: #87DCF2;
}
</style>
border-color css
<style>
span { border-color: #87DCF2; }
span { border-color: rgb(135,220,242); }
td.TdClassName
{
border-color: #87DCF2;
}
.TagClassName
{
border-color: #87DCF2;
}
</style>