Html Css Color HEX #84DDB2 Vista Blue

📋 copy color: '#84DDB2'

red 132 ◦ green 221 ◦ blue 178

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

Shades of Vista Blue #84DDB2

Tints of Vista Blue #84DDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 24.86%
G = 41.62%
B = 33.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#84DDB2 (or 0x84DDB2) is known color: Vista Blue. HEX triplet: 84, DD and B2. RGB value is (132,221,178). Sum of RGB (Red+Green+Blue) = 132+221+178=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDB2 is #7B224D. Grayscale: #BDBDBD. Windows color (decimal): -8069710 or 11722116. OLE color: 11722116.

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

Color convert

RGB 132 221 178 -
CMYK 0.40 0 0.19 0.13
HSL 151.01º 0.57% 0.69% -
HSV(B) 151.01º 0.4% 0.87% -
XYZ 43.41 59.83 51.38 -
YUV 189.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 132 221 178 0.40 0 0.19 0.13 151.01 0.57 0.69
Hex 84 DD B2 28 0 13 D 97 39 45
Octal 204 335 262 50 0 23 15 227 71 105
Binary 10000100 11011101 10110010 101000 0 10011 1101 10010111 111001 1000101

Color Harmonies of #84DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDB2

Black with #84DDB2

Text Example


Text Example

White with #84DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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