Shades of Spray #88DCDF
Tints of Spray #88DCDF
RGB
CMYK
RGB Variations
Color information
#88DCDF (or 0x88DCDF) is known color: Spray. HEX triplet: 88, DC and DF. RGB value is (136,220,223). Sum of RGB (Red+Green+Blue) = 136+220+223=579 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.49% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #88DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCDF is #772320. Grayscale: #C3C3C3. Windows color (decimal): -7807777 or 14670984. OLE color: 14670984.
HSL color Cylindrical-coordinate representation of color #88DCDF: hue angle of 182.07º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DCDF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 220 | 223 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.13 |
| HSL | 182.07º | 0.58% | 0.7% | - |
| HSV(B) | 182.07º | 0.39% | 0.87% | - |
| XYZ | 49.07 | 61.75 | 79.14 | - |
| YUV | 195.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 223 | 0.39 | 0.01 | 0 | 0.13 | 182.07 | 0.58 | 0.7 |
| Hex | 88 | DC | DF | 27 | 1 | 0 | D | B6 | 3A | 46 |
| Octal | 210 | 334 | 337 | 47 | 1 | 0 | 15 | 266 | 72 | 106 |
| Binary | 10001000 | 11011100 | 11011111 | 100111 | 1 | 0 | 1101 | 10110110 | 111010 | 1000110 |
Color Harmonies of #88DCDF
Complementary color
Monochromatic Colors of #88DCDF
Black with #88DCDF
Text Example
Text Example
White with #88DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCDF; }
p { color: rgb(136,220,223); }
H1.HeaderClassName
{
color: #88DCDF;
}
.AnyTagClassName
{
color: #88DCDF;
}
</style>
background-color css
<style>
a { background-color: #88DCDF; }
a { background-color: rgb(136,220,223); }
div.DivClassName
{
background-color: #88DCDF;
}
.BgClassName
{
background-color: #88DCDF;
}
</style>
border-color css
<style>
span { border-color: #88DCDF; }
span { border-color: rgb(136,220,223); }
td.TdClassName
{
border-color: #88DCDF;
}
.TagClassName
{
border-color: #88DCDF;
}
</style>