#84DFDE

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

Shades of Spray #84DFDE

Tints of Spray #84DFDE

Color information

#84DFDE (or 0x84DFDE) is unknown color: approx Spray. HEX triplet: 84, DF and DE. RGB value is (132,223,222). Sum of RGB (Red+Green+Blue) = 132+223+222=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFDE is #7B2021. Grayscale: #C3C3C3. Windows color (decimal): -8069154 or 14606212. OLE color: 14606212.

HSL color Cylindrical-coordinate representation of color #84DFDE: hue angle of 179.34º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFDE is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB132223222-
CMYK0.4100.000.13
HSL179.34º58.71%69.61%-
HSV(B)179.34º40.81%87.45%-
XYZ49.0962.9578.67-
YUV195.68142.8582.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=22.88%
G=38.65%
B=38.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322232220.4100.000.13179.3458.7169.61
Hex84DFDE2900Db33b46
Octal20433733651001526373106
Binary100001001101111111011110101001001101101100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,223,222); }

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

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

 a { background-color: rgb(132,223,222); }

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

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

 span { border-color: rgb(132,223,222); }

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