Shades of Spray #88CBCD
Tints of Spray #88CBCD
RGB
CMYK
RGB Variations
Color information
#88CBCD (or 0x88CBCD) is known color: Spray. HEX triplet: 88, CB and CD. RGB value is (136,203,205). Sum of RGB (Red+Green+Blue) = 136+203+205=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #88CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCD is #773432. Grayscale: #B7B7B7. Windows color (decimal): -7812147 or 13486984. OLE color: 13486984.
HSL color Cylindrical-coordinate representation of color #88CBCD: hue angle of 181.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CBCD is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 203 | 205 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.20 |
| HSL | 181.74º | 0.41% | 0.67% | - |
| HSV(B) | 181.74º | 0.34% | 0.8% | - |
| XYZ | 42.53 | 52.35 | 65.62 | - |
| YUV | 183.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 205 | 0.34 | 0.01 | 0 | 0.20 | 181.74 | 0.41 | 0.67 |
| Hex | 88 | CB | CD | 22 | 1 | 0 | 14 | B6 | 29 | 43 |
| Octal | 210 | 313 | 315 | 42 | 1 | 0 | 24 | 266 | 51 | 103 |
| Binary | 10001000 | 11001011 | 11001101 | 100010 | 1 | 0 | 10100 | 10110110 | 101001 | 1000011 |
Color Harmonies of #88CBCD
Complementary color
Monochromatic Colors of #88CBCD
Black with #88CBCD
Text Example
Text Example
White with #88CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CBCD; }
p { color: rgb(136,203,205); }
H1.HeaderClassName
{
color: #88CBCD;
}
.AnyTagClassName
{
color: #88CBCD;
}
</style>
background-color css
<style>
a { background-color: #88CBCD; }
a { background-color: rgb(136,203,205); }
div.DivClassName
{
background-color: #88CBCD;
}
.BgClassName
{
background-color: #88CBCD;
}
</style>
border-color css
<style>
span { border-color: #88CBCD; }
span { border-color: rgb(136,203,205); }
td.TdClassName
{
border-color: #88CBCD;
}
.TagClassName
{
border-color: #88CBCD;
}
</style>