Html Css Color HEX #84DEB6 Vista Blue

📋 copy color: '#84DEB6'

red 132 ◦ green 222 ◦ blue 182

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

Shades of Vista Blue #84DEB6

Tints of Vista Blue #84DEB6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 24.63%
G = 41.42%
B = 33.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#84DEB6 (or 0x84DEB6) is known color: Vista Blue. HEX triplet: 84, DE and B6. RGB value is (132,222,182). Sum of RGB (Red+Green+Blue) = 132+222+182=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEB6 is #7B2149. Grayscale: #BEBEBE. Windows color (decimal): -8069450 or 11984516. OLE color: 11984516.

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

Color convert

RGB 132 222 182 -
CMYK 0.41 0 0.18 0.13
HSL 153.33º 0.58% 0.69% -
HSV(B) 153.33º 0.41% 0.87% -
XYZ 44.08 60.53 53.62 -
YUV 190.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 132 222 182 0.41 0 0.18 0.13 153.33 0.58 0.69
Hex 84 DE B6 29 0 12 D 99 3A 45
Octal 204 336 266 51 0 22 15 231 72 105
Binary 10000100 11011110 10110110 101001 0 10010 1101 10011001 111010 1000101

Color Harmonies of #84DEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEB6

Black with #84DEB6

Text Example


Text Example

White with #84DEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,222,182); }

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

background-color css

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

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

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

border-color css

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

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

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