Shades of Spray #88C4DC
Tints of Spray #88C4DC
RGB
CMYK
RGB Variations
Color information
#88C4DC (or 0x88C4DC) is known color: Spray. HEX triplet: 88, C4 and DC. RGB value is (136,196,220). Sum of RGB (Red+Green+Blue) = 136+196+220=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #88C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4DC is #773B23. Grayscale: #B4B4B4. Windows color (decimal): -7813924 or 14468232. OLE color: 14468232.
HSL color Cylindrical-coordinate representation of color #88C4DC: hue angle of 197.14º 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 #88C4DC is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 196 | 220 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.14 |
| HSL | 197.14º | 0.55% | 0.7% | - |
| HSV(B) | 197.14º | 0.38% | 0.86% | - |
| XYZ | 42.81 | 49.88 | 75.08 | - |
| YUV | 180.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 220 | 0.38 | 0.11 | 0 | 0.14 | 197.14 | 0.55 | 0.7 |
| Hex | 88 | C4 | DC | 26 | B | 0 | E | C5 | 37 | 46 |
| Octal | 210 | 304 | 334 | 46 | 13 | 0 | 16 | 305 | 67 | 106 |
| Binary | 10001000 | 11000100 | 11011100 | 100110 | 1011 | 0 | 1110 | 11000101 | 110111 | 1000110 |
Color Harmonies of #88C4DC
Complementary color
Monochromatic Colors of #88C4DC
Black with #88C4DC
Text Example
Text Example
White with #88C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C4DC; }
p { color: rgb(136,196,220); }
H1.HeaderClassName
{
color: #88C4DC;
}
.AnyTagClassName
{
color: #88C4DC;
}
</style>
background-color css
<style>
a { background-color: #88C4DC; }
a { background-color: rgb(136,196,220); }
div.DivClassName
{
background-color: #88C4DC;
}
.BgClassName
{
background-color: #88C4DC;
}
</style>
border-color css
<style>
span { border-color: #88C4DC; }
span { border-color: rgb(136,196,220); }
td.TdClassName
{
border-color: #88C4DC;
}
.TagClassName
{
border-color: #88C4DC;
}
</style>