Shades of Spray #88CBDB
Tints of Spray #88CBDB
RGB
CMYK
RGB Variations
Color information
#88CBDB (or 0x88CBDB) is known color: Spray. HEX triplet: 88, CB and DB. RGB value is (136,203,219). Sum of RGB (Red+Green+Blue) = 136+203+219=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #88CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBDB is #773424. Grayscale: #B8B8B8. Windows color (decimal): -7812133 or 14404488. OLE color: 14404488.
HSL color Cylindrical-coordinate representation of color #88CBDB: hue angle of 191.57º degrees, saturation: 0.54, 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 #88CBDB is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 203 | 219 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.14 |
| HSL | 191.57º | 0.54% | 0.7% | - |
| HSV(B) | 191.57º | 0.38% | 0.86% | - |
| XYZ | 44.3 | 53.06 | 74.92 | - |
| YUV | 184.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 219 | 0.38 | 0.07 | 0 | 0.14 | 191.57 | 0.54 | 0.7 |
| Hex | 88 | CB | DB | 26 | 7 | 0 | E | C0 | 36 | 46 |
| Octal | 210 | 313 | 333 | 46 | 7 | 0 | 16 | 300 | 66 | 106 |
| Binary | 10001000 | 11001011 | 11011011 | 100110 | 111 | 0 | 1110 | 11000000 | 110110 | 1000110 |
Color Harmonies of #88CBDB
Complementary color
Monochromatic Colors of #88CBDB
Black with #88CBDB
Text Example
Text Example
White with #88CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CBDB; }
p { color: rgb(136,203,219); }
H1.HeaderClassName
{
color: #88CBDB;
}
.AnyTagClassName
{
color: #88CBDB;
}
</style>
background-color css
<style>
a { background-color: #88CBDB; }
a { background-color: rgb(136,203,219); }
div.DivClassName
{
background-color: #88CBDB;
}
.BgClassName
{
background-color: #88CBDB;
}
</style>
border-color css
<style>
span { border-color: #88CBDB; }
span { border-color: rgb(136,203,219); }
td.TdClassName
{
border-color: #88CBDB;
}
.TagClassName
{
border-color: #88CBDB;
}
</style>