Shades of Spray #88C4CA
Tints of Spray #88C4CA
RGB
CMYK
RGB Variations
Color information
#88C4CA (or 0x88C4CA) is known color: Spray. HEX triplet: 88, C4 and CA. RGB value is (136,196,202). Sum of RGB (Red+Green+Blue) = 136+196+202=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #88C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4CA is #773B35. Grayscale: #B2B2B2. Windows color (decimal): -7813942 or 13288584. OLE color: 13288584.
HSL color Cylindrical-coordinate representation of color #88C4CA: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C4CA is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 196 | 202 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.21 |
| HSL | 185.45º | 0.38% | 0.66% | - |
| HSV(B) | 185.45º | 0.33% | 0.79% | - |
| XYZ | 40.55 | 48.98 | 63.19 | - |
| YUV | 178.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 202 | 0.33 | 0.03 | 0 | 0.21 | 185.45 | 0.38 | 0.66 |
| Hex | 88 | C4 | CA | 21 | 3 | 0 | 15 | B9 | 26 | 42 |
| Octal | 210 | 304 | 312 | 41 | 3 | 0 | 25 | 271 | 46 | 102 |
| Binary | 10001000 | 11000100 | 11001010 | 100001 | 11 | 0 | 10101 | 10111001 | 100110 | 1000010 |
Color Harmonies of #88C4CA
Complementary color
Monochromatic Colors of #88C4CA
Black with #88C4CA
Text Example
Text Example
White with #88C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C4CA; }
p { color: rgb(136,196,202); }
H1.HeaderClassName
{
color: #88C4CA;
}
.AnyTagClassName
{
color: #88C4CA;
}
</style>
background-color css
<style>
a { background-color: #88C4CA; }
a { background-color: rgb(136,196,202); }
div.DivClassName
{
background-color: #88C4CA;
}
.BgClassName
{
background-color: #88C4CA;
}
</style>
border-color css
<style>
span { border-color: #88C4CA; }
span { border-color: rgb(136,196,202); }
td.TdClassName
{
border-color: #88C4CA;
}
.TagClassName
{
border-color: #88C4CA;
}
</style>