Html Css Color HEX #A4DDBA Vista Blue

📋 copy color: '#A4DDBA'

red 164 ◦ green 221 ◦ blue 186

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

Shades of Vista Blue #A4DDBA

Tints of Vista Blue #A4DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.7%

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 28.72%
G = 38.7%
B = 32.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#A4DDBA (or 0xA4DDBA) is known color: Vista Blue. HEX triplet: A4, DD and BA. RGB value is (164,221,186). Sum of RGB (Red+Green+Blue) = 164+221+186=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDBA is #5B2245. Grayscale: #C8C8C8. Windows color (decimal): -5972550 or 12246436. OLE color: 12246436.

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

Color convert

RGB 164 221 186 -
CMYK 0.26 0 0.16 0.13
HSL 143.16º 0.46% 0.75% -
HSV(B) 143.16º 0.26% 0.87% -
XYZ 50.03 63.15 56.01 -
YUV 199.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 164 221 186 0.26 0 0.16 0.13 143.16 0.46 0.75
Hex A4 DD BA 1A 0 10 D 8F 2E 4B
Octal 244 335 272 32 0 20 15 217 56 113
Binary 10100100 11011101 10111010 11010 0 10000 1101 10001111 101110 1001011

Color Harmonies of #A4DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDBA

Black with #A4DDBA

Text Example


Text Example

White with #A4DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDBA; }

 p { color: rgb(164,221,186); }

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

background-color css

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

 a { background-color: rgb(164,221,186); }

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

border-color css

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

 span { border-color: rgb(164,221,186); }

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