Shades of Spray #88C0DA
Tints of Spray #88C0DA
RGB
CMYK
RGB Variations
Color information
#88C0DA (or 0x88C0DA) is known color: Spray. HEX triplet: 88, C0 and DA. RGB value is (136,192,218). Sum of RGB (Red+Green+Blue) = 136+192+218=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #88C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0DA is #773F25. Grayscale: #B2B2B2. Windows color (decimal): -7814950 or 14336136. OLE color: 14336136.
HSL color Cylindrical-coordinate representation of color #88C0DA: hue angle of 199.02º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C0DA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 192 | 218 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.15 |
| HSL | 199.02º | 0.53% | 0.69% | - |
| HSV(B) | 199.02º | 0.38% | 0.85% | - |
| XYZ | 41.66 | 48 | 73.4 | - |
| YUV | 178.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 218 | 0.38 | 0.12 | 0 | 0.15 | 199.02 | 0.53 | 0.69 |
| Hex | 88 | C0 | DA | 26 | C | 0 | F | C7 | 35 | 45 |
| Octal | 210 | 300 | 332 | 46 | 14 | 0 | 17 | 307 | 65 | 105 |
| Binary | 10001000 | 11000000 | 11011010 | 100110 | 1100 | 0 | 1111 | 11000111 | 110101 | 1000101 |
Color Harmonies of #88C0DA
Complementary color
Monochromatic Colors of #88C0DA
Black with #88C0DA
Text Example
Text Example
White with #88C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0DA; }
p { color: rgb(136,192,218); }
H1.HeaderClassName
{
color: #88C0DA;
}
.AnyTagClassName
{
color: #88C0DA;
}
</style>
background-color css
<style>
a { background-color: #88C0DA; }
a { background-color: rgb(136,192,218); }
div.DivClassName
{
background-color: #88C0DA;
}
.BgClassName
{
background-color: #88C0DA;
}
</style>
border-color css
<style>
span { border-color: #88C0DA; }
span { border-color: rgb(136,192,218); }
td.TdClassName
{
border-color: #88C0DA;
}
.TagClassName
{
border-color: #88C0DA;
}
</style>