Html Css Color HEX #84CAA8 Vista Blue

📋 copy color: '#84CAA8'

red 132 ◦ green 202 ◦ blue 168

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

Shades of Vista Blue #84CAA8

Tints of Vista Blue #84CAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

 BLUE value IS 168 (66.02% from 255) = 33.47%

R = 26.29%
G = 40.24%
B = 33.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#84CAA8 (or 0x84CAA8) is known color: Vista Blue. HEX triplet: 84, CA and A8. RGB value is (132,202,168). Sum of RGB (Red+Green+Blue) = 132+202+168=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #84CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CAA8 is #7B3557. Grayscale: #B1B1B1. Windows color (decimal): -8074584 or 11061892. OLE color: 11061892.

HSL color Cylindrical-coordinate representation of color #84CAA8: hue angle of 150.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CAA8 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 202 168 -
CMYK 0.35 0 0.17 0.21
HSL 150.86º 0.4% 0.65% -
HSV(B) 150.86º 0.35% 0.79% -
XYZ 37.7 49.97 44.7 -
YUV 177.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 132 202 168 0.35 0 0.17 0.21 150.86 0.4 0.65
Hex 84 CA A8 23 0 11 15 97 28 41
Octal 204 312 250 43 0 21 25 227 50 101
Binary 10000100 11001010 10101000 100011 0 10001 10101 10010111 101000 1000001

Color Harmonies of #84CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CAA8

Black with #84CAA8

Text Example


Text Example

White with #84CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,202,168); }

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

background-color css

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

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

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

border-color css

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

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

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