Html Css Color HEX #84E1E5 Spray

📋 copy color: '#84E1E5'

red 132 ◦ green 225 ◦ blue 229

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

Shades of Spray #84E1E5

Tints of Spray #84E1E5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.4%

 BLUE value IS 229 (89.84% from 255) = 39.08%

R = 22.53%
G = 38.4%
B = 39.08%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#84E1E5 (or 0x84E1E5) is known color: Spray. HEX triplet: 84, E1 and E5. RGB value is (132,225,229). Sum of RGB (Red+Green+Blue) = 132+225+229=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #84E1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E1E5 is #7B1E1A. Grayscale: #C5C5C5. Windows color (decimal): -8068635 or 15065476. OLE color: 15065476.

HSL color Cylindrical-coordinate representation of color #84E1E5: hue angle of 182.47º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E1E5 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 225 229 -
CMYK 0.42 0.02 0 0.10
HSL 182.47º 0.65% 0.71% -
HSV(B) 182.47º 0.42% 0.9% -
XYZ 50.58 64.41 83.9 -
YUV 197.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 132 225 229 0.42 0.02 0 0.10 182.47 0.65 0.71
Hex 84 E1 E5 2A 2 0 A B6 41 47
Octal 204 341 345 52 2 0 12 266 101 107
Binary 10000100 11100001 11100101 101010 10 0 1010 10110110 1000001 1000111

Color Harmonies of #84E1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E1E5

Black with #84E1E5

Text Example


Text Example

White with #84E1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,225,229); }

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

background-color css

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

 a { background-color: rgb(132,225,229); }

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

border-color css

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

 span { border-color: rgb(132,225,229); }

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