Shades of Spray #88C3CB
Tints of Spray #88C3CB
RGB
CMYK
RGB Variations
Color information
#88C3CB (or 0x88C3CB) is known color: Spray. HEX triplet: 88, C3 and CB. RGB value is (136,195,203). Sum of RGB (Red+Green+Blue) = 136+195+203=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #88C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C3CB is #773C34. Grayscale: #B2B2B2. Windows color (decimal): -7814197 or 13353864. OLE color: 13353864.
HSL color Cylindrical-coordinate representation of color #88C3CB: hue angle of 187.16º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C3CB is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 195 | 203 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.20 |
| HSL | 187.16º | 0.39% | 0.66% | - |
| HSV(B) | 187.16º | 0.33% | 0.8% | - |
| XYZ | 40.45 | 48.58 | 63.74 | - |
| YUV | 178.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 203 | 0.33 | 0.04 | 0 | 0.20 | 187.16 | 0.39 | 0.66 |
| Hex | 88 | C3 | CB | 21 | 4 | 0 | 14 | BB | 27 | 42 |
| Octal | 210 | 303 | 313 | 41 | 4 | 0 | 24 | 273 | 47 | 102 |
| Binary | 10001000 | 11000011 | 11001011 | 100001 | 100 | 0 | 10100 | 10111011 | 100111 | 1000010 |
Color Harmonies of #88C3CB
Complementary color
Monochromatic Colors of #88C3CB
Black with #88C3CB
Text Example
Text Example
White with #88C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C3CB; }
p { color: rgb(136,195,203); }
H1.HeaderClassName
{
color: #88C3CB;
}
.AnyTagClassName
{
color: #88C3CB;
}
</style>
background-color css
<style>
a { background-color: #88C3CB; }
a { background-color: rgb(136,195,203); }
div.DivClassName
{
background-color: #88C3CB;
}
.BgClassName
{
background-color: #88C3CB;
}
</style>
border-color css
<style>
span { border-color: #88C3CB; }
span { border-color: rgb(136,195,203); }
td.TdClassName
{
border-color: #88C3CB;
}
.TagClassName
{
border-color: #88C3CB;
}
</style>