Shades of Spray #88C8D4
Tints of Spray #88C8D4
RGB
CMYK
RGB Variations
Color information
#88C8D4 (or 0x88C8D4) is known color: Spray. HEX triplet: 88, C8 and D4. RGB value is (136,200,212). Sum of RGB (Red+Green+Blue) = 136+200+212=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #88C8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8D4 is #77372B. Grayscale: #B6B6B6. Windows color (decimal): -7812908 or 13944968. OLE color: 13944968.
HSL color Cylindrical-coordinate representation of color #88C8D4: hue angle of 189.47º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88C8D4 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 200 | 212 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.17 |
| HSL | 189.47º | 0.47% | 0.68% | - |
| HSV(B) | 189.47º | 0.36% | 0.83% | - |
| XYZ | 42.69 | 51.3 | 69.94 | - |
| YUV | 182.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 212 | 0.36 | 0.06 | 0 | 0.17 | 189.47 | 0.47 | 0.68 |
| Hex | 88 | C8 | D4 | 24 | 6 | 0 | 11 | BD | 2F | 44 |
| Octal | 210 | 310 | 324 | 44 | 6 | 0 | 21 | 275 | 57 | 104 |
| Binary | 10001000 | 11001000 | 11010100 | 100100 | 110 | 0 | 10001 | 10111101 | 101111 | 1000100 |
Color Harmonies of #88C8D4
Complementary color
Monochromatic Colors of #88C8D4
Black with #88C8D4
Text Example
Text Example
White with #88C8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C8D4; }
p { color: rgb(136,200,212); }
H1.HeaderClassName
{
color: #88C8D4;
}
.AnyTagClassName
{
color: #88C8D4;
}
</style>
background-color css
<style>
a { background-color: #88C8D4; }
a { background-color: rgb(136,200,212); }
div.DivClassName
{
background-color: #88C8D4;
}
.BgClassName
{
background-color: #88C8D4;
}
</style>
border-color css
<style>
span { border-color: #88C8D4; }
span { border-color: rgb(136,200,212); }
td.TdClassName
{
border-color: #88C8D4;
}
.TagClassName
{
border-color: #88C8D4;
}
</style>