#84D4DC

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

Shades of Spray #84D4DC

Tints of Spray #84D4DC

Color information

#84D4DC (or 0x84D4DC) is unknown color: approx Spray. HEX triplet: 84, D4 and DC. RGB value is (132,212,220). Sum of RGB (Red+Green+Blue) = 132+212+220=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #84D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D4DC is #7B2B23. Grayscale: #BCBCBC. Windows color (decimal): -8071972 or 14472324. OLE color: 14472324.

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

Color convert

RGB132212220-
CMYK0.400.0400.14
HSL185.45º55.7%69.02%-
HSV(B)185.45º40%86.27%-
XYZ45.9857.1676.32-
YUV188.99145.587.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.40%
GREEN value IS 212 (83.20% from 255) = 37.59%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=23.40%
G=37.59%
B=39.01%

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
Decimal1322122200.400.0400.14185.4555.769.02
Hex84D4DC2840Eb93845
Octal20432433450401627170105
Binary10000100110101001101110010100010001110101110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,212,220); }

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

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

 a { background-color: rgb(132,212,220); }

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

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

 span { border-color: rgb(132,212,220); }

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