Html Css Color HEX #84E1E6 Spray

📋 copy color: '#84E1E6'

red 132 ◦ green 225 ◦ blue 230

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

Shades of Spray #84E1E6

Tints of Spray #84E1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.18%

R = 22.49%
G = 38.33%
B = 39.18%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#84E1E6 (or 0x84E1E6) is known color: Spray. HEX triplet: 84, E1 and E6. RGB value is (132,225,230). Sum of RGB (Red+Green+Blue) = 132+225+230=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #84E1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E1E6 is #7B1E19. Grayscale: #C5C5C5. Windows color (decimal): -8068634 or 15131012. OLE color: 15131012.

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

Color convert

RGB 132 225 230 -
CMYK 0.43 0.02 0 0.10
HSL 183.06º 0.66% 0.71% -
HSV(B) 183.06º 0.43% 0.9% -
XYZ 50.72 64.47 84.63 -
YUV 197.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 132 225 230 0.43 0.02 0 0.10 183.06 0.66 0.71
Hex 84 E1 E6 2B 2 0 A B7 42 47
Octal 204 341 346 53 2 0 12 267 102 107
Binary 10000100 11100001 11100110 101011 10 0 1010 10110111 1000010 1000111

Color Harmonies of #84E1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E1E6

Black with #84E1E6

Text Example


Text Example

White with #84E1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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