Html Css Color HEX #84DEDB Spray

📋 copy color: '#84DEDB'

red 132 ◦ green 222 ◦ blue 219

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

Shades of Spray #84DEDB

Tints of Spray #84DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.74%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 23.04%
G = 38.74%
B = 38.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#84DEDB (or 0x84DEDB) is known color: Spray. HEX triplet: 84, DE and DB. RGB value is (132,222,219). Sum of RGB (Red+Green+Blue) = 132+222+219=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEDB is #7B2124. Grayscale: #C2C2C2. Windows color (decimal): -8069413 or 14409348. OLE color: 14409348.

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

Color convert

RGB 132 222 219 -
CMYK 0.41 0 0.01 0.13
HSL 178º 0.58% 0.69% -
HSV(B) 178º 0.41% 0.87% -
XYZ 48.42 62.26 76.48 -
YUV 194.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 132 222 219 0.41 0 0.01 0.13 178 0.58 0.69
Hex 84 DE DB 29 0 1 D B2 3A 45
Octal 204 336 333 51 0 1 15 262 72 105
Binary 10000100 11011110 11011011 101001 0 1 1101 10110010 111010 1000101

Color Harmonies of #84DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEDB

Black with #84DEDB

Text Example


Text Example

White with #84DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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