Shades of Sky Blue #87DFF2
Tints of Sky Blue #87DFF2
RGB
CMYK
RGB Variations
Color information
#87DFF2 (or 0x87DFF2) is known color: Sky Blue. HEX triplet: 87, DF and F2. RGB value is (135,223,242). Sum of RGB (Red+Green+Blue) = 135+223+242=600 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #87DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DFF2 is #78200D. Grayscale: #C6C6C6. Windows color (decimal): -7872526 or 15916935. OLE color: 15916935.
HSL color Cylindrical-coordinate representation of color #87DFF2: hue angle of 190.65º 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 #87DFF2 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 223 | 242 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.05 |
| HSL | 190.65º | 0.8% | 0.74% | - |
| HSV(B) | 190.65º | 0.44% | 0.95% | - |
| XYZ | 52.41 | 64.34 | 93.66 | - |
| YUV | 198.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 242 | 0.44 | 0.08 | 0 | 0.05 | 190.65 | 0.8 | 0.74 |
| Hex | 87 | DF | F2 | 2C | 8 | 0 | 5 | BF | 50 | 4A |
| Octal | 207 | 337 | 362 | 54 | 10 | 0 | 5 | 277 | 120 | 112 |
| Binary | 10000111 | 11011111 | 11110010 | 101100 | 1000 | 0 | 101 | 10111111 | 1010000 | 1001010 |
Color Harmonies of #87DFF2
Complementary color
Monochromatic Colors of #87DFF2
Black with #87DFF2
Text Example
Text Example
White with #87DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFF2; }
p { color: rgb(135,223,242); }
H1.HeaderClassName
{
color: #87DFF2;
}
.AnyTagClassName
{
color: #87DFF2;
}
</style>
background-color css
<style>
a { background-color: #87DFF2; }
a { background-color: rgb(135,223,242); }
div.DivClassName
{
background-color: #87DFF2;
}
.BgClassName
{
background-color: #87DFF2;
}
</style>
border-color css
<style>
span { border-color: #87DFF2; }
span { border-color: rgb(135,223,242); }
td.TdClassName
{
border-color: #87DFF2;
}
.TagClassName
{
border-color: #87DFF2;
}
</style>