Shades of Spray #88CFE0
Tints of Spray #88CFE0
RGB
CMYK
RGB Variations
Color information
#88CFE0 (or 0x88CFE0) is known color: Spray. HEX triplet: 88, CF and E0. RGB value is (136,207,224). Sum of RGB (Red+Green+Blue) = 136+207+224=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #88CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFE0 is #77301F. Grayscale: #BBBBBB. Windows color (decimal): -7811104 or 14733192. OLE color: 14733192.
HSL color Cylindrical-coordinate representation of color #88CFE0: hue angle of 191.59º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88CFE0 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 207 | 224 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.12 |
| HSL | 191.59º | 0.59% | 0.71% | - |
| HSV(B) | 191.59º | 0.39% | 0.88% | - |
| XYZ | 45.92 | 55.24 | 78.76 | - |
| YUV | 187.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 224 | 0.39 | 0.08 | 0 | 0.12 | 191.59 | 0.59 | 0.71 |
| Hex | 88 | CF | E0 | 27 | 8 | 0 | C | C0 | 3B | 47 |
| Octal | 210 | 317 | 340 | 47 | 10 | 0 | 14 | 300 | 73 | 107 |
| Binary | 10001000 | 11001111 | 11100000 | 100111 | 1000 | 0 | 1100 | 11000000 | 111011 | 1000111 |
Color Harmonies of #88CFE0
Complementary color
Monochromatic Colors of #88CFE0
Black with #88CFE0
Text Example
Text Example
White with #88CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFE0; }
p { color: rgb(136,207,224); }
H1.HeaderClassName
{
color: #88CFE0;
}
.AnyTagClassName
{
color: #88CFE0;
}
</style>
background-color css
<style>
a { background-color: #88CFE0; }
a { background-color: rgb(136,207,224); }
div.DivClassName
{
background-color: #88CFE0;
}
.BgClassName
{
background-color: #88CFE0;
}
</style>
border-color css
<style>
span { border-color: #88CFE0; }
span { border-color: rgb(136,207,224); }
td.TdClassName
{
border-color: #88CFE0;
}
.TagClassName
{
border-color: #88CFE0;
}
</style>