Shades of Spray #88CDD8
Tints of Spray #88CDD8
RGB
CMYK
RGB Variations
Color information
#88CDD8 (or 0x88CDD8) is known color: Spray. HEX triplet: 88, CD and D8. RGB value is (136,205,216). Sum of RGB (Red+Green+Blue) = 136+205+216=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #88CDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDD8 is #773227. Grayscale: #B9B9B9. Windows color (decimal): -7811624 or 14208392. OLE color: 14208392.
HSL color Cylindrical-coordinate representation of color #88CDD8: hue angle of 188.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88CDD8 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 205 | 216 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.15 |
| HSL | 188.25º | 0.51% | 0.69% | - |
| HSV(B) | 188.25º | 0.37% | 0.85% | - |
| XYZ | 44.38 | 53.85 | 73.02 | - |
| YUV | 185.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 216 | 0.37 | 0.05 | 0 | 0.15 | 188.25 | 0.51 | 0.69 |
| Hex | 88 | CD | D8 | 25 | 5 | 0 | F | BC | 33 | 45 |
| Octal | 210 | 315 | 330 | 45 | 5 | 0 | 17 | 274 | 63 | 105 |
| Binary | 10001000 | 11001101 | 11011000 | 100101 | 101 | 0 | 1111 | 10111100 | 110011 | 1000101 |
Color Harmonies of #88CDD8
Complementary color
Monochromatic Colors of #88CDD8
Black with #88CDD8
Text Example
Text Example
White with #88CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDD8; }
p { color: rgb(136,205,216); }
H1.HeaderClassName
{
color: #88CDD8;
}
.AnyTagClassName
{
color: #88CDD8;
}
</style>
background-color css
<style>
a { background-color: #88CDD8; }
a { background-color: rgb(136,205,216); }
div.DivClassName
{
background-color: #88CDD8;
}
.BgClassName
{
background-color: #88CDD8;
}
</style>
border-color css
<style>
span { border-color: #88CDD8; }
span { border-color: rgb(136,205,216); }
td.TdClassName
{
border-color: #88CDD8;
}
.TagClassName
{
border-color: #88CDD8;
}
</style>