Shades of Spray #88C2DA
Tints of Spray #88C2DA
RGB
CMYK
RGB Variations
Color information
#88C2DA (or 0x88C2DA) is known color: Spray. HEX triplet: 88, C2 and DA. RGB value is (136,194,218). Sum of RGB (Red+Green+Blue) = 136+194+218=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #88C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2DA is #773D25. Grayscale: #B3B3B3. Windows color (decimal): -7814438 or 14336648. OLE color: 14336648.
HSL color Cylindrical-coordinate representation of color #88C2DA: hue angle of 197.56º 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 #88C2DA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 194 | 218 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.15 |
| HSL | 197.56º | 0.53% | 0.69% | - |
| HSV(B) | 197.56º | 0.38% | 0.85% | - |
| XYZ | 42.1 | 48.88 | 73.55 | - |
| YUV | 179.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 218 | 0.38 | 0.11 | 0 | 0.15 | 197.56 | 0.53 | 0.69 |
| Hex | 88 | C2 | DA | 26 | B | 0 | F | C6 | 35 | 45 |
| Octal | 210 | 302 | 332 | 46 | 13 | 0 | 17 | 306 | 65 | 105 |
| Binary | 10001000 | 11000010 | 11011010 | 100110 | 1011 | 0 | 1111 | 11000110 | 110101 | 1000101 |
Color Harmonies of #88C2DA
Complementary color
Monochromatic Colors of #88C2DA
Black with #88C2DA
Text Example
Text Example
White with #88C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2DA; }
p { color: rgb(136,194,218); }
H1.HeaderClassName
{
color: #88C2DA;
}
.AnyTagClassName
{
color: #88C2DA;
}
</style>
background-color css
<style>
a { background-color: #88C2DA; }
a { background-color: rgb(136,194,218); }
div.DivClassName
{
background-color: #88C2DA;
}
.BgClassName
{
background-color: #88C2DA;
}
</style>
border-color css
<style>
span { border-color: #88C2DA; }
span { border-color: rgb(136,194,218); }
td.TdClassName
{
border-color: #88C2DA;
}
.TagClassName
{
border-color: #88C2DA;
}
</style>