Html Css Color HEX #A4DABB Vista Blue

📋 copy color: '#A4DABB'

red 164 ◦ green 218 ◦ blue 187

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

Shades of Vista Blue #A4DABB

Tints of Vista Blue #A4DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.31%

 BLUE value IS 187 (73.44% from 255) = 32.86%

R = 28.82%
G = 38.31%
B = 32.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A4DABB (or 0xA4DABB) is known color: Vista Blue. HEX triplet: A4, DA and BB. RGB value is (164,218,187). Sum of RGB (Red+Green+Blue) = 164+218+187=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DABB is #5B2544. Grayscale: #C6C6C6. Windows color (decimal): -5973317 or 12311204. OLE color: 12311204.

HSL color Cylindrical-coordinate representation of color #A4DABB: hue angle of 145.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DABB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 218 187 -
CMYK 0.25 0 0.14 0.15
HSL 145.56º 0.42% 0.75% -
HSV(B) 145.56º 0.25% 0.85% -
XYZ 49.35 61.62 56.31 -
YUV 198.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 164 218 187 0.25 0 0.14 0.15 145.56 0.42 0.75
Hex A4 DA BB 19 0 E F 92 2A 4B
Octal 244 332 273 31 0 16 17 222 52 113
Binary 10100100 11011010 10111011 11001 0 1110 1111 10010010 101010 1001011

Color Harmonies of #A4DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DABB

Black with #A4DABB

Text Example


Text Example

White with #A4DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DABB; }

 p { color: rgb(164,218,187); }

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

background-color css

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

 a { background-color: rgb(164,218,187); }

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

border-color css

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

 span { border-color: rgb(164,218,187); }

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