Shades of Spray #84CDD7
Tints of Spray #84CDD7
RGB
CMYK
RGB Variations
Color information
#84CDD7 (or 0x84CDD7) is known color: Spray. HEX triplet: 84, CD and D7. RGB value is (132,205,215). Sum of RGB (Red+Green+Blue) = 132+205+215=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #84CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDD7 is #7B3228. Grayscale: #B8B8B8. Windows color (decimal): -8073769 or 14142852. OLE color: 14142852.
HSL color Cylindrical-coordinate representation of color #84CDD7: hue angle of 187.23º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84CDD7 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 205 | 215 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.16 |
| HSL | 187.23º | 0.51% | 0.68% | - |
| HSV(B) | 187.23º | 0.39% | 0.84% | - |
| XYZ | 43.61 | 53.47 | 72.31 | - |
| YUV | 184.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 215 | 0.39 | 0.05 | 0 | 0.16 | 187.23 | 0.51 | 0.68 |
| Hex | 84 | CD | D7 | 27 | 5 | 0 | 10 | BB | 33 | 44 |
| Octal | 204 | 315 | 327 | 47 | 5 | 0 | 20 | 273 | 63 | 104 |
| Binary | 10000100 | 11001101 | 11010111 | 100111 | 101 | 0 | 10000 | 10111011 | 110011 | 1000100 |
Color Harmonies of #84CDD7
Complementary color
Monochromatic Colors of #84CDD7
Black with #84CDD7
Text Example
Text Example
White with #84CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDD7; }
p { color: rgb(132,205,215); }
H1.HeaderClassName
{
color: #84CDD7;
}
.AnyTagClassName
{
color: #84CDD7;
}
</style>
background-color css
<style>
a { background-color: #84CDD7; }
a { background-color: rgb(132,205,215); }
div.DivClassName
{
background-color: #84CDD7;
}
.BgClassName
{
background-color: #84CDD7;
}
</style>
border-color css
<style>
span { border-color: #84CDD7; }
span { border-color: rgb(132,205,215); }
td.TdClassName
{
border-color: #84CDD7;
}
.TagClassName
{
border-color: #84CDD7;
}
</style>