Shades of Spray #88C2D9
Tints of Spray #88C2D9
RGB
CMYK
RGB Variations
Color information
#88C2D9 (or 0x88C2D9) is known color: Spray. HEX triplet: 88, C2 and D9. RGB value is (136,194,217). Sum of RGB (Red+Green+Blue) = 136+194+217=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #88C2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2D9 is #773D26. Grayscale: #B3B3B3. Windows color (decimal): -7814439 or 14271112. OLE color: 14271112.
HSL color Cylindrical-coordinate representation of color #88C2D9: hue angle of 197.04º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88C2D9 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 194 | 217 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.15 |
| HSL | 197.04º | 0.52% | 0.69% | - |
| HSV(B) | 197.04º | 0.37% | 0.85% | - |
| XYZ | 41.97 | 48.83 | 72.86 | - |
| YUV | 179.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 217 | 0.37 | 0.11 | 0 | 0.15 | 197.04 | 0.52 | 0.69 |
| Hex | 88 | C2 | D9 | 25 | B | 0 | F | C5 | 34 | 45 |
| Octal | 210 | 302 | 331 | 45 | 13 | 0 | 17 | 305 | 64 | 105 |
| Binary | 10001000 | 11000010 | 11011001 | 100101 | 1011 | 0 | 1111 | 11000101 | 110100 | 1000101 |
Color Harmonies of #88C2D9
Complementary color
Monochromatic Colors of #88C2D9
Black with #88C2D9
Text Example
Text Example
White with #88C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2D9; }
p { color: rgb(136,194,217); }
H1.HeaderClassName
{
color: #88C2D9;
}
.AnyTagClassName
{
color: #88C2D9;
}
</style>
background-color css
<style>
a { background-color: #88C2D9; }
a { background-color: rgb(136,194,217); }
div.DivClassName
{
background-color: #88C2D9;
}
.BgClassName
{
background-color: #88C2D9;
}
</style>
border-color css
<style>
span { border-color: #88C2D9; }
span { border-color: rgb(136,194,217); }
td.TdClassName
{
border-color: #88C2D9;
}
.TagClassName
{
border-color: #88C2D9;
}
</style>