Shades of Spray #88CACF
Tints of Spray #88CACF
RGB
CMYK
RGB Variations
Color information
#88CACF (or 0x88CACF) is known color: Spray. HEX triplet: 88, CA and CF. RGB value is (136,202,207). Sum of RGB (Red+Green+Blue) = 136+202+207=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #88CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CACF is #773530. Grayscale: #B6B6B6. Windows color (decimal): -7812401 or 13617800. OLE color: 13617800.
HSL color Cylindrical-coordinate representation of color #88CACF: hue angle of 184.23º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CACF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 202 | 207 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.19 |
| HSL | 184.23º | 0.43% | 0.67% | - |
| HSV(B) | 184.23º | 0.34% | 0.81% | - |
| XYZ | 42.54 | 51.98 | 66.82 | - |
| YUV | 182.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 207 | 0.34 | 0.02 | 0 | 0.19 | 184.23 | 0.43 | 0.67 |
| Hex | 88 | CA | CF | 22 | 2 | 0 | 13 | B8 | 2B | 43 |
| Octal | 210 | 312 | 317 | 42 | 2 | 0 | 23 | 270 | 53 | 103 |
| Binary | 10001000 | 11001010 | 11001111 | 100010 | 10 | 0 | 10011 | 10111000 | 101011 | 1000011 |
Color Harmonies of #88CACF
Complementary color
Monochromatic Colors of #88CACF
Black with #88CACF
Text Example
Text Example
White with #88CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CACF; }
p { color: rgb(136,202,207); }
H1.HeaderClassName
{
color: #88CACF;
}
.AnyTagClassName
{
color: #88CACF;
}
</style>
background-color css
<style>
a { background-color: #88CACF; }
a { background-color: rgb(136,202,207); }
div.DivClassName
{
background-color: #88CACF;
}
.BgClassName
{
background-color: #88CACF;
}
</style>
border-color css
<style>
span { border-color: #88CACF; }
span { border-color: rgb(136,202,207); }
td.TdClassName
{
border-color: #88CACF;
}
.TagClassName
{
border-color: #88CACF;
}
</style>