Shades of Spray #88CBCC
Tints of Spray #88CBCC
RGB
CMYK
RGB Variations
Color information
#88CBCC (or 0x88CBCC) is known color: Spray. HEX triplet: 88, CB and CC. RGB value is (136,203,204). Sum of RGB (Red+Green+Blue) = 136+203+204=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #88CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCC is #773433. Grayscale: #B7B7B7. Windows color (decimal): -7812148 or 13421448. OLE color: 13421448.
HSL color Cylindrical-coordinate representation of color #88CBCC: hue angle of 180.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CBCC is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 203 | 204 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.2 |
| HSL | 180.88º | 0.4% | 0.67% | - |
| HSV(B) | 180.88º | 0.33% | 0.8% | - |
| XYZ | 42.41 | 52.31 | 64.99 | - |
| YUV | 183.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 204 | 0.33 | 0.00 | 0 | 0.2 | 180.88 | 0.4 | 0.67 |
| Hex | 88 | CB | CC | 21 | 0 | 0 | 14 | B5 | 28 | 43 |
| Octal | 210 | 313 | 314 | 41 | 0 | 0 | 24 | 265 | 50 | 103 |
| Binary | 10001000 | 11001011 | 11001100 | 100001 | 0 | 0 | 10100 | 10110101 | 101000 | 1000011 |
Color Harmonies of #88CBCC
Complementary color
Monochromatic Colors of #88CBCC
Black with #88CBCC
Text Example
Text Example
White with #88CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CBCC; }
p { color: rgb(136,203,204); }
H1.HeaderClassName
{
color: #88CBCC;
}
.AnyTagClassName
{
color: #88CBCC;
}
</style>
background-color css
<style>
a { background-color: #88CBCC; }
a { background-color: rgb(136,203,204); }
div.DivClassName
{
background-color: #88CBCC;
}
.BgClassName
{
background-color: #88CBCC;
}
</style>
border-color css
<style>
span { border-color: #88CBCC; }
span { border-color: rgb(136,203,204); }
td.TdClassName
{
border-color: #88CBCC;
}
.TagClassName
{
border-color: #88CBCC;
}
</style>