#84D2DB

Color #84D2DB Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #84D2DB

Tints of Spray #84D2DB

Color information

#84D2DB (or 0x84D2DB) is unknown color: approx Spray. HEX triplet: 84, D2 and DB. RGB value is (132,210,219). Sum of RGB (Red+Green+Blue) = 132+210+219=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #84D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2DB is #7B2D24. Grayscale: #BBBBBB. Windows color (decimal): -8072485 or 14406276. OLE color: 14406276.

HSL color Cylindrical-coordinate representation of color #84D2DB: hue angle of 186.21º degrees, saturation: 0.55, 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 #84D2DB is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132210219-
CMYK0.400.0400.14
HSL186.21º54.72%68.82%-
HSV(B)186.21º39.73%85.88%-
XYZ45.3556.1175.46-
YUV187.7145.6688.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 23.53%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=23.53%
G=37.43%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322102190.400.0400.14186.2154.7268.82
Hex84D2DB2840Eba3745
Octal20432233350401627267105
Binary10000100110100101101101110100010001110101110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84D2DB; }

 p { color: rgb(132,210,219); }

 H1.HeaderClassName
 {
   color: #84D2DB;
 }
 .AnyTagClassName
 {
   color: #84D2DB;
 }
</style>
background-color css

<style>
 a { background-color: #84D2DB; }

 a { background-color: rgb(132,210,219); }

 div.DivClassName
 {
   background-color: #84D2DB;
 }
 .BgClassName
 {
   background-color: #84D2DB;
 }
</style>
border-color css

<style>
 span { border-color: #84D2DB; }

 span { border-color: rgb(132,210,219); }

 td.TdClassName
 {
   border-color: #84D2DB;
 }
 .TagClassName
 {
   border-color: #84D2DB;
 }
</style>