Html Css Color HEX #84D6D7 Spray

📋 copy color: '#84D6D7'

red 132 ◦ green 214 ◦ blue 215

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

Shades of Spray #84D6D7

Tints of Spray #84D6D7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 23.53%
G = 38.15%
B = 38.32%

CMYK

 C value IS 0.39

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84D6D7 (or 0x84D6D7) is known color: Spray. HEX triplet: 84, D6 and D7. RGB value is (132,214,215). Sum of RGB (Red+Green+Blue) = 132+214+215=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #84D6D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6D7 is #7B2928. Grayscale: #BDBDBD. Windows color (decimal): -8071465 or 14145156. OLE color: 14145156.

HSL color Cylindrical-coordinate representation of color #84D6D7: hue angle of 180.72º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D6D7 is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 214 215 -
CMYK 0.39 0.00 0 0.16
HSL 180.72º 0.51% 0.68% -
HSV(B) 180.72º 0.39% 0.84% -
XYZ 45.83 57.9 73.05 -
YUV 189.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 132 214 215 0.39 0.00 0 0.16 180.72 0.51 0.68
Hex 84 D6 D7 27 0 0 10 B5 33 44
Octal 204 326 327 47 0 0 20 265 63 104
Binary 10000100 11010110 11010111 100111 0 0 10000 10110101 110011 1000100

Color Harmonies of #84D6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D6D7

Black with #84D6D7

Text Example


Text Example

White with #84D6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,214,215); }

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

background-color css

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

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

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

border-color css

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

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

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