Shades of Spray #88CADB
Tints of Spray #88CADB
RGB
CMYK
RGB Variations
Color information
#88CADB (or 0x88CADB) is known color: Spray. HEX triplet: 88, CA and DB. RGB value is (136,202,219). Sum of RGB (Red+Green+Blue) = 136+202+219=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #88CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CADB is #773524. Grayscale: #B8B8B8. Windows color (decimal): -7812389 or 14404232. OLE color: 14404232.
HSL color Cylindrical-coordinate representation of color #88CADB: hue angle of 192.29º 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 #88CADB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 202 | 219 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.14 |
| HSL | 192.29º | 0.54% | 0.7% | - |
| HSV(B) | 192.29º | 0.38% | 0.86% | - |
| XYZ | 44.06 | 52.59 | 74.85 | - |
| YUV | 184.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 219 | 0.38 | 0.08 | 0 | 0.14 | 192.29 | 0.54 | 0.7 |
| Hex | 88 | CA | DB | 26 | 8 | 0 | E | C0 | 36 | 46 |
| Octal | 210 | 312 | 333 | 46 | 10 | 0 | 16 | 300 | 66 | 106 |
| Binary | 10001000 | 11001010 | 11011011 | 100110 | 1000 | 0 | 1110 | 11000000 | 110110 | 1000110 |
Color Harmonies of #88CADB
Complementary color
Monochromatic Colors of #88CADB
Black with #88CADB
Text Example
Text Example
White with #88CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CADB; }
p { color: rgb(136,202,219); }
H1.HeaderClassName
{
color: #88CADB;
}
.AnyTagClassName
{
color: #88CADB;
}
</style>
background-color css
<style>
a { background-color: #88CADB; }
a { background-color: rgb(136,202,219); }
div.DivClassName
{
background-color: #88CADB;
}
.BgClassName
{
background-color: #88CADB;
}
</style>
border-color css
<style>
span { border-color: #88CADB; }
span { border-color: rgb(136,202,219); }
td.TdClassName
{
border-color: #88CADB;
}
.TagClassName
{
border-color: #88CADB;
}
</style>