#84E0E9

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

Shades of Spray #84E0E9

Tints of Spray #84E0E9

Color information

#84E0E9 (or 0x84E0E9) is unknown color: approx Spray. HEX triplet: 84, E0 and E9. RGB value is (132,224,233). Sum of RGB (Red+Green+Blue) = 132+224+233=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #84E0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E0E9 is #7B1F16. Grayscale: #C5C5C5. Windows color (decimal): -8068887 or 15327364. OLE color: 15327364.

HSL color Cylindrical-coordinate representation of color #84E0E9: hue angle of 185.35º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E0E9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132224233-
CMYK0.430.0400.09
HSL185.35º69.66%71.57%-
HSV(B)185.35º43.35%91.37%-
XYZ50.8864.186.78-
YUV197.52148.0281.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=22.41%
G=38.03%
B=39.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1322242330.430.0400.09185.3569.6671.57
Hex84E0E92B409b94648
Octal204340351534011271106110
Binary100001001110000011101001101011100010011011100110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,224,233); }

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

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

 a { background-color: rgb(132,224,233); }

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

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

 span { border-color: rgb(132,224,233); }

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