Shades of Spray #88C9DB
Tints of Spray #88C9DB
RGB
CMYK
RGB Variations
Color information
#88C9DB (or 0x88C9DB) is known color: Spray. HEX triplet: 88, C9 and DB. RGB value is (136,201,219). Sum of RGB (Red+Green+Blue) = 136+201+219=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #88C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C9DB is #773624. Grayscale: #B7B7B7. Windows color (decimal): -7812645 or 14403976. OLE color: 14403976.
HSL color Cylindrical-coordinate representation of color #88C9DB: hue angle of 193.01º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C9DB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 201 | 219 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.14 |
| HSL | 193.01º | 0.54% | 0.7% | - |
| HSV(B) | 193.01º | 0.38% | 0.86% | - |
| XYZ | 43.83 | 52.12 | 74.77 | - |
| YUV | 183.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 219 | 0.38 | 0.08 | 0 | 0.14 | 193.01 | 0.54 | 0.7 |
| Hex | 88 | C9 | DB | 26 | 8 | 0 | E | C1 | 36 | 46 |
| Octal | 210 | 311 | 333 | 46 | 10 | 0 | 16 | 301 | 66 | 106 |
| Binary | 10001000 | 11001001 | 11011011 | 100110 | 1000 | 0 | 1110 | 11000001 | 110110 | 1000110 |
Color Harmonies of #88C9DB
Complementary color
Monochromatic Colors of #88C9DB
Black with #88C9DB
Text Example
Text Example
White with #88C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C9DB; }
p { color: rgb(136,201,219); }
H1.HeaderClassName
{
color: #88C9DB;
}
.AnyTagClassName
{
color: #88C9DB;
}
</style>
background-color css
<style>
a { background-color: #88C9DB; }
a { background-color: rgb(136,201,219); }
div.DivClassName
{
background-color: #88C9DB;
}
.BgClassName
{
background-color: #88C9DB;
}
</style>
border-color css
<style>
span { border-color: #88C9DB; }
span { border-color: rgb(136,201,219); }
td.TdClassName
{
border-color: #88C9DB;
}
.TagClassName
{
border-color: #88C9DB;
}
</style>