Shades of Sky Blue #87DBF2
Tints of Sky Blue #87DBF2
RGB
CMYK
RGB Variations
Color information
#87DBF2 (or 0x87DBF2) is known color: Sky Blue. HEX triplet: 87, DB and F2. RGB value is (135,219,242). Sum of RGB (Red+Green+Blue) = 135+219+242=596 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.65% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #87DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DBF2 is #78240D. Grayscale: #C4C4C4. Windows color (decimal): -7873550 or 15915911. OLE color: 15915911.
HSL color Cylindrical-coordinate representation of color #87DBF2: hue angle of 192.9º 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 #87DBF2 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 219 | 242 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.05 |
| HSL | 192.9º | 0.8% | 0.74% | - |
| HSV(B) | 192.9º | 0.44% | 0.95% | - |
| XYZ | 51.35 | 62.22 | 93.31 | - |
| YUV | 196.51 | 153.67 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 242 | 0.44 | 0.10 | 0 | 0.05 | 192.9 | 0.8 | 0.74 |
| Hex | 87 | DB | F2 | 2C | A | 0 | 5 | C1 | 50 | 4A |
| Octal | 207 | 333 | 362 | 54 | 12 | 0 | 5 | 301 | 120 | 112 |
| Binary | 10000111 | 11011011 | 11110010 | 101100 | 1010 | 0 | 101 | 11000001 | 1010000 | 1001010 |
Color Harmonies of #87DBF2
Complementary color
Monochromatic Colors of #87DBF2
Black with #87DBF2
Text Example
Text Example
White with #87DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DBF2; }
p { color: rgb(135,219,242); }
H1.HeaderClassName
{
color: #87DBF2;
}
.AnyTagClassName
{
color: #87DBF2;
}
</style>
background-color css
<style>
a { background-color: #87DBF2; }
a { background-color: rgb(135,219,242); }
div.DivClassName
{
background-color: #87DBF2;
}
.BgClassName
{
background-color: #87DBF2;
}
</style>
border-color css
<style>
span { border-color: #87DBF2; }
span { border-color: rgb(135,219,242); }
td.TdClassName
{
border-color: #87DBF2;
}
.TagClassName
{
border-color: #87DBF2;
}
</style>