Html Css Color HEX #A4DEB9 Vista Blue

📋 copy color: '#A4DEB9'

red 164 ◦ green 222 ◦ blue 185

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

Shades of Vista Blue #A4DEB9

Tints of Vista Blue #A4DEB9

RGB

 RED value IS 164 (64.45% from 255) = 28.72%

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

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 28.72%
G = 38.88%
B = 32.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#A4DEB9 (or 0xA4DEB9) is known color: Vista Blue. HEX triplet: A4, DE and B9. RGB value is (164,222,185). Sum of RGB (Red+Green+Blue) = 164+222+185=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEB9 is #5B2146. Grayscale: #C8C8C8. Windows color (decimal): -5972295 or 12181156. OLE color: 12181156.

HSL color Cylindrical-coordinate representation of color #A4DEB9: hue angle of 141.72º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DEB9 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 222 185 -
CMYK 0.26 0 0.17 0.13
HSL 141.72º 0.47% 0.76% -
HSV(B) 141.72º 0.26% 0.87% -
XYZ 50.19 63.64 55.54 -
YUV 200.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 164 222 185 0.26 0 0.17 0.13 141.72 0.47 0.76
Hex A4 DE B9 1A 0 11 D 8E 2F 4C
Octal 244 336 271 32 0 21 15 216 57 114
Binary 10100100 11011110 10111001 11010 0 10001 1101 10001110 101111 1001100

Color Harmonies of #A4DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DEB9

Black with #A4DEB9

Text Example


Text Example

White with #A4DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DEB9; }

 p { color: rgb(164,222,185); }

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

background-color css

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

 a { background-color: rgb(164,222,185); }

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

border-color css

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

 span { border-color: rgb(164,222,185); }

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