Shades of Spray #88C9DC
Tints of Spray #88C9DC
RGB
CMYK
RGB Variations
Color information
#88C9DC (or 0x88C9DC) is known color: Spray. HEX triplet: 88, C9 and DC. RGB value is (136,201,220). Sum of RGB (Red+Green+Blue) = 136+201+220=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #88C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C9DC is #773623. Grayscale: #B7B7B7. Windows color (decimal): -7812644 or 14469512. OLE color: 14469512.
HSL color Cylindrical-coordinate representation of color #88C9DC: hue angle of 193.57º degrees, saturation: 0.55, 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 #88C9DC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 201 | 220 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.14 |
| HSL | 193.57º | 0.55% | 0.7% | - |
| HSV(B) | 193.57º | 0.38% | 0.86% | - |
| XYZ | 43.96 | 52.17 | 75.46 | - |
| YUV | 183.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 220 | 0.38 | 0.09 | 0 | 0.14 | 193.57 | 0.55 | 0.7 |
| Hex | 88 | C9 | DC | 26 | 9 | 0 | E | C2 | 37 | 46 |
| Octal | 210 | 311 | 334 | 46 | 11 | 0 | 16 | 302 | 67 | 106 |
| Binary | 10001000 | 11001001 | 11011100 | 100110 | 1001 | 0 | 1110 | 11000010 | 110111 | 1000110 |
Color Harmonies of #88C9DC
Complementary color
Monochromatic Colors of #88C9DC
Black with #88C9DC
Text Example
Text Example
White with #88C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C9DC; }
p { color: rgb(136,201,220); }
H1.HeaderClassName
{
color: #88C9DC;
}
.AnyTagClassName
{
color: #88C9DC;
}
</style>
background-color css
<style>
a { background-color: #88C9DC; }
a { background-color: rgb(136,201,220); }
div.DivClassName
{
background-color: #88C9DC;
}
.BgClassName
{
background-color: #88C9DC;
}
</style>
border-color css
<style>
span { border-color: #88C9DC; }
span { border-color: rgb(136,201,220); }
td.TdClassName
{
border-color: #88C9DC;
}
.TagClassName
{
border-color: #88C9DC;
}
</style>