#84D7DB

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

Shades of Spray #84D7DB

Tints of Spray #84D7DB

Color information

#84D7DB (or 0x84D7DB) is unknown color: approx Spray. HEX triplet: 84, D7 and DB. RGB value is (132,215,219). Sum of RGB (Red+Green+Blue) = 132+215+219=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #84D7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7DB is #7B2824. Grayscale: #BEBEBE. Windows color (decimal): -8071205 or 14407556. OLE color: 14407556.

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

Color convert

RGB132215219-
CMYK0.400.0200.14
HSL182.76º54.72%68.82%-
HSV(B)182.76º39.73%85.88%-
XYZ46.658.6275.88-
YUV190.6414486.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.32%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=23.32%
G=37.99%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322152190.400.0200.14182.7654.7268.82
Hex84D7DB2820Eb73745
Octal20432733350201626767105
Binary1000010011010111110110111010001001110101101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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