Shades of Spray #84CBDC
Tints of Spray #84CBDC
RGB
CMYK
RGB Variations
Color information
#84CBDC (or 0x84CBDC) is known color: Spray. HEX triplet: 84, CB and DC. RGB value is (132,203,220). Sum of RGB (Red+Green+Blue) = 132+203+220=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #84CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBDC is #7B3423. Grayscale: #B7B7B7. Windows color (decimal): -8074276 or 14470020. OLE color: 14470020.
HSL color Cylindrical-coordinate representation of color #84CBDC: hue angle of 191.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84CBDC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 203 | 220 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.14 |
| HSL | 191.59º | 0.56% | 0.69% | - |
| HSV(B) | 191.59º | 0.4% | 0.86% | - |
| XYZ | 43.79 | 52.78 | 75.59 | - |
| YUV | 183.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 220 | 0.40 | 0.08 | 0 | 0.14 | 191.59 | 0.56 | 0.69 |
| Hex | 84 | CB | DC | 28 | 8 | 0 | E | C0 | 38 | 45 |
| Octal | 204 | 313 | 334 | 50 | 10 | 0 | 16 | 300 | 70 | 105 |
| Binary | 10000100 | 11001011 | 11011100 | 101000 | 1000 | 0 | 1110 | 11000000 | 111000 | 1000101 |
Color Harmonies of #84CBDC
Complementary color
Monochromatic Colors of #84CBDC
Black with #84CBDC
Text Example
Text Example
White with #84CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBDC; }
p { color: rgb(132,203,220); }
H1.HeaderClassName
{
color: #84CBDC;
}
.AnyTagClassName
{
color: #84CBDC;
}
</style>
background-color css
<style>
a { background-color: #84CBDC; }
a { background-color: rgb(132,203,220); }
div.DivClassName
{
background-color: #84CBDC;
}
.BgClassName
{
background-color: #84CBDC;
}
</style>
border-color css
<style>
span { border-color: #84CBDC; }
span { border-color: rgb(132,203,220); }
td.TdClassName
{
border-color: #84CBDC;
}
.TagClassName
{
border-color: #84CBDC;
}
</style>