Html Css Color HEX #84DBA8 Vista Blue

📋 copy color: '#84DBA8'

red 132 ◦ green 219 ◦ blue 168

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

Shades of Vista Blue #84DBA8

Tints of Vista Blue #84DBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

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

R = 25.43%
G = 42.2%
B = 32.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#84DBA8 (or 0x84DBA8) is known color: Vista Blue. HEX triplet: 84, DB and A8. RGB value is (132,219,168). Sum of RGB (Red+Green+Blue) = 132+219+168=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBA8 is #7B2457. Grayscale: #BBBBBB. Windows color (decimal): -8070232 or 11066244. OLE color: 11066244.

HSL color Cylindrical-coordinate representation of color #84DBA8: hue angle of 144.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBA8 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 219 168 -
CMYK 0.40 0 0.23 0.14
HSL 144.83º 0.55% 0.69% -
HSV(B) 144.83º 0.4% 0.86% -
XYZ 41.92 58.4 46.11 -
YUV 187.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 132 219 168 0.40 0 0.23 0.14 144.83 0.55 0.69
Hex 84 DB A8 28 0 17 E 91 37 45
Octal 204 333 250 50 0 27 16 221 67 105
Binary 10000100 11011011 10101000 101000 0 10111 1110 10010001 110111 1000101

Color Harmonies of #84DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBA8

Black with #84DBA8

Text Example


Text Example

White with #84DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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