Shades of Spray #88CDDD
Tints of Spray #88CDDD
RGB
CMYK
RGB Variations
Color information
#88CDDD (or 0x88CDDD) is known color: Spray. HEX triplet: 88, CD and DD. RGB value is (136,205,221). Sum of RGB (Red+Green+Blue) = 136+205+221=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #88CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDDD is #773222. Grayscale: #BABABA. Windows color (decimal): -7811619 or 14536072. OLE color: 14536072.
HSL color Cylindrical-coordinate representation of color #88CDDD: hue angle of 191.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CDDD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 136 | 205 | 221 | - |
CMYK | 0.38 | 0.07 | 0 | 0.13 |
HSL | 191.29º | 0.56% | 0.7% | - |
HSV(B) | 191.29º | 0.38% | 0.87% | - |
XYZ | 45.04 | 54.12 | 76.48 | - |
YUV | 186.19 | 147.64 | 92.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 205 | 221 | 0.38 | 0.07 | 0 | 0.13 | 191.29 | 0.56 | 0.7 |
Hex | 88 | CD | DD | 26 | 7 | 0 | D | BF | 38 | 46 |
Octal | 210 | 315 | 335 | 46 | 7 | 0 | 15 | 277 | 70 | 106 |
Binary | 10001000 | 11001101 | 11011101 | 100110 | 111 | 0 | 1101 | 10111111 | 111000 | 1000110 |
Color Harmonies of #88CDDD
Complementary color
Monochromatic Colors of #88CDDD
Black with #88CDDD
Text Example
Text Example
White with #88CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDDD; }
p { color: rgb(136,205,221); }
H1.HeaderClassName
{
color: #88CDDD;
}
.AnyTagClassName
{
color: #88CDDD;
}
</style>
background-color css
<style>
a { background-color: #88CDDD; }
a { background-color: rgb(136,205,221); }
div.DivClassName
{
background-color: #88CDDD;
}
.BgClassName
{
background-color: #88CDDD;
}
</style>
border-color css
<style>
span { border-color: #88CDDD; }
span { border-color: rgb(136,205,221); }
td.TdClassName
{
border-color: #88CDDD;
}
.TagClassName
{
border-color: #88CDDD;
}
</style>