Html Css Color HEX #84DDDD Spray

📋 copy color: '#84DDDD'

red 132 ◦ green 221 ◦ blue 221

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

Shades of Spray #84DDDD

Tints of Spray #84DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

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

R = 23%
G = 38.5%
B = 38.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84DDDD (or 0x84DDDD) is known color: Spray. HEX triplet: 84, DD and DD. RGB value is (132,221,221). Sum of RGB (Red+Green+Blue) = 132+221+221=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #84DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDDD is #7B2222. Grayscale: #C2C2C2. Windows color (decimal): -8069667 or 14540164. OLE color: 14540164.

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

Color convert

RGB 132 221 221 -
CMYK 0.40 0 0 0.13
HSL 180º 0.57% 0.69% -
HSV(B) 180º 0.4% 0.87% -
XYZ 48.42 61.84 77.79 -
YUV 194.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 132 221 221 0.40 0 0 0.13 180 0.57 0.69
Hex 84 DD DD 28 0 0 D B4 39 45
Octal 204 335 335 50 0 0 15 264 71 105
Binary 10000100 11011101 11011101 101000 0 0 1101 10110100 111001 1000101

Color Harmonies of #84DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDDD

Black with #84DDDD

Text Example


Text Example

White with #84DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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