Html Css Color HEX #84DEDD Spray

📋 copy color: '#84DEDD'

red 132 ◦ green 222 ◦ blue 221

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

Shades of Spray #84DEDD

Tints of Spray #84DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 22.96%
G = 38.61%
B = 38.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#84DEDD (or 0x84DEDD) is known color: Spray. HEX triplet: 84, DE and DD. RGB value is (132,222,221). Sum of RGB (Red+Green+Blue) = 132+222+221=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEDD is #7B2122. Grayscale: #C2C2C2. Windows color (decimal): -8069411 or 14540420. OLE color: 14540420.

HSL color Cylindrical-coordinate representation of color #84DEDD: hue angle of 179.33º 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 #84DEDD is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 222 221 -
CMYK 0.41 0 0.00 0.13
HSL 179.33º 0.58% 0.69% -
HSV(B) 179.33º 0.41% 0.87% -
XYZ 48.69 62.37 77.88 -
YUV 194.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 132 222 221 0.41 0 0.00 0.13 179.33 0.58 0.69
Hex 84 DE DD 29 0 0 D B3 3A 45
Octal 204 336 335 51 0 0 15 263 72 105
Binary 10000100 11011110 11011101 101001 0 0 1101 10110011 111010 1000101

Color Harmonies of #84DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEDD

Black with #84DEDD

Text Example


Text Example

White with #84DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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