Shades of Spray #84DDE8
Tints of Spray #84DDE8
RGB
CMYK
RGB Variations
Color information
#84DDE8 (or 0x84DDE8) is known color: Spray. HEX triplet: 84, DD and E8. RGB value is (132,221,232). Sum of RGB (Red+Green+Blue) = 132+221+232=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #84DDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDE8 is #7B2217. Grayscale: #C3C3C3. Windows color (decimal): -8069656 or 15261060. OLE color: 15261060.
HSL color Cylindrical-coordinate representation of color #84DDE8: hue angle of 186.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DDE8 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 221 | 232 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.09 |
| HSL | 186.6º | 0.68% | 0.71% | - |
| HSV(B) | 186.6º | 0.43% | 0.91% | - |
| XYZ | 49.94 | 62.44 | 85.76 | - |
| YUV | 195.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 232 | 0.43 | 0.05 | 0 | 0.09 | 186.6 | 0.68 | 0.71 |
| Hex | 84 | DD | E8 | 2B | 5 | 0 | 9 | BB | 44 | 47 |
| Octal | 204 | 335 | 350 | 53 | 5 | 0 | 11 | 273 | 104 | 107 |
| Binary | 10000100 | 11011101 | 11101000 | 101011 | 101 | 0 | 1001 | 10111011 | 1000100 | 1000111 |
Color Harmonies of #84DDE8
Complementary color
Monochromatic Colors of #84DDE8
Black with #84DDE8
Text Example
Text Example
White with #84DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDE8; }
p { color: rgb(132,221,232); }
H1.HeaderClassName
{
color: #84DDE8;
}
.AnyTagClassName
{
color: #84DDE8;
}
</style>
background-color css
<style>
a { background-color: #84DDE8; }
a { background-color: rgb(132,221,232); }
div.DivClassName
{
background-color: #84DDE8;
}
.BgClassName
{
background-color: #84DDE8;
}
</style>
border-color css
<style>
span { border-color: #84DDE8; }
span { border-color: rgb(132,221,232); }
td.TdClassName
{
border-color: #84DDE8;
}
.TagClassName
{
border-color: #84DDE8;
}
</style>