Html Css Color HEX #84DEAF Vista Blue

📋 copy color: '#84DEAF'

red 132 ◦ green 222 ◦ blue 175

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

Shades of Vista Blue #84DEAF

Tints of Vista Blue #84DEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 24.95%
G = 41.97%
B = 33.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#84DEAF (or 0x84DEAF) is known color: Vista Blue. HEX triplet: 84, DE and AF. RGB value is (132,222,175). Sum of RGB (Red+Green+Blue) = 132+222+175=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DEAF is #7B2150. Grayscale: #BDBDBD. Windows color (decimal): -8069457 or 11525764. OLE color: 11525764.

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

Color convert

RGB 132 222 175 -
CMYK 0.41 0 0.21 0.13
HSL 148.67º 0.58% 0.69% -
HSV(B) 148.67º 0.41% 0.87% -
XYZ 43.37 60.24 49.9 -
YUV 189.73 119.68 86.82 -
System Red Green Blue C M Y K H S L
Decimal 132 222 175 0.41 0 0.21 0.13 148.67 0.58 0.69
Hex 84 DE AF 29 0 15 D 95 3A 45
Octal 204 336 257 51 0 25 15 225 72 105
Binary 10000100 11011110 10101111 101001 0 10101 1101 10010101 111010 1000101

Color Harmonies of #84DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEAF

Black with #84DEAF

Text Example


Text Example

White with #84DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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