Html Css Color HEX #84E0DE Spray

📋 copy color: '#84E0DE'

red 132 ◦ green 224 ◦ blue 222

#84E0DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #84E0DE

Tints of Spray #84E0DE

RGB

 RED value IS 132 (51.95% from 255) = 22.84%

 GREEN value IS 224 (87.89% from 255) = 38.75%

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 22.84%
G = 38.75%
B = 38.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#84E0DE (or 0x84E0DE) is known color: Spray. HEX triplet: 84, E0 and DE. RGB value is (132,224,222). Sum of RGB (Red+Green+Blue) = 132+224+222=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E0DE is #7B1F21. Grayscale: #C4C4C4. Windows color (decimal): -8068898 or 14606468. OLE color: 14606468.

HSL color Cylindrical-coordinate representation of color #84E0DE: hue angle of 178.7º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E0DE is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 224 222 -
CMYK 0.41 0 0.01 0.12
HSL 178.7º 0.6% 0.7% -
HSV(B) 178.7º 0.41% 0.88% -
XYZ 49.36 63.49 78.76 -
YUV 196.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 132 224 222 0.41 0 0.01 0.12 178.7 0.6 0.7
Hex 84 E0 DE 29 0 1 C B3 3C 46
Octal 204 340 336 51 0 1 14 263 74 106
Binary 10000100 11100000 11011110 101001 0 1 1100 10110011 111100 1000110

Color Harmonies of #84E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E0DE

Black with #84E0DE

Text Example


Text Example

White with #84E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84E0DE;
 }
 .AnyTagClassName
 {
   color: #84E0DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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