Shades of Spray #88CFDA
Tints of Spray #88CFDA
RGB
CMYK
RGB Variations
Color information
#88CFDA (or 0x88CFDA) is known color: Spray. HEX triplet: 88, CF and DA. RGB value is (136,207,218). Sum of RGB (Red+Green+Blue) = 136+207+218=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #88CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFDA is #773025. Grayscale: #BABABA. Windows color (decimal): -7811110 or 14339976. OLE color: 14339976.
HSL color Cylindrical-coordinate representation of color #88CFDA: hue angle of 188.05º 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 #88CFDA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 207 | 218 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.15 |
| HSL | 188.05º | 0.53% | 0.69% | - |
| HSV(B) | 188.05º | 0.38% | 0.85% | - |
| XYZ | 45.12 | 54.92 | 74.55 | - |
| YUV | 187.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 218 | 0.38 | 0.05 | 0 | 0.15 | 188.05 | 0.53 | 0.69 |
| Hex | 88 | CF | DA | 26 | 5 | 0 | F | BC | 35 | 45 |
| Octal | 210 | 317 | 332 | 46 | 5 | 0 | 17 | 274 | 65 | 105 |
| Binary | 10001000 | 11001111 | 11011010 | 100110 | 101 | 0 | 1111 | 10111100 | 110101 | 1000101 |
Color Harmonies of #88CFDA
Complementary color
Monochromatic Colors of #88CFDA
Black with #88CFDA
Text Example
Text Example
White with #88CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFDA; }
p { color: rgb(136,207,218); }
H1.HeaderClassName
{
color: #88CFDA;
}
.AnyTagClassName
{
color: #88CFDA;
}
</style>
background-color css
<style>
a { background-color: #88CFDA; }
a { background-color: rgb(136,207,218); }
div.DivClassName
{
background-color: #88CFDA;
}
.BgClassName
{
background-color: #88CFDA;
}
</style>
border-color css
<style>
span { border-color: #88CFDA; }
span { border-color: rgb(136,207,218); }
td.TdClassName
{
border-color: #88CFDA;
}
.TagClassName
{
border-color: #88CFDA;
}
</style>