Shades of Spray #88C2D0
Tints of Spray #88C2D0
RGB
CMYK
RGB Variations
Color information
#88C2D0 (or 0x88C2D0) is known color: Spray. HEX triplet: 88, C2 and D0. RGB value is (136,194,208). Sum of RGB (Red+Green+Blue) = 136+194+208=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #88C2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2D0 is #773D2F. Grayscale: #B2B2B2. Windows color (decimal): -7814448 or 13681288. OLE color: 13681288.
HSL color Cylindrical-coordinate representation of color #88C2D0: hue angle of 191.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88C2D0 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 194 | 208 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.18 |
| HSL | 191.67º | 0.43% | 0.67% | - |
| HSV(B) | 191.67º | 0.35% | 0.82% | - |
| XYZ | 40.83 | 48.37 | 66.86 | - |
| YUV | 178.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 208 | 0.35 | 0.07 | 0 | 0.18 | 191.67 | 0.43 | 0.67 |
| Hex | 88 | C2 | D0 | 23 | 7 | 0 | 12 | C0 | 2B | 43 |
| Octal | 210 | 302 | 320 | 43 | 7 | 0 | 22 | 300 | 53 | 103 |
| Binary | 10001000 | 11000010 | 11010000 | 100011 | 111 | 0 | 10010 | 11000000 | 101011 | 1000011 |
Color Harmonies of #88C2D0
Complementary color
Monochromatic Colors of #88C2D0
Black with #88C2D0
Text Example
Text Example
White with #88C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2D0; }
p { color: rgb(136,194,208); }
H1.HeaderClassName
{
color: #88C2D0;
}
.AnyTagClassName
{
color: #88C2D0;
}
</style>
background-color css
<style>
a { background-color: #88C2D0; }
a { background-color: rgb(136,194,208); }
div.DivClassName
{
background-color: #88C2D0;
}
.BgClassName
{
background-color: #88C2D0;
}
</style>
border-color css
<style>
span { border-color: #88C2D0; }
span { border-color: rgb(136,194,208); }
td.TdClassName
{
border-color: #88C2D0;
}
.TagClassName
{
border-color: #88C2D0;
}
</style>