Html Css Color HEX #A4DBB6 Vista Blue

📋 copy color: '#A4DBB6'

red 164 ◦ green 219 ◦ blue 182

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

Shades of Vista Blue #A4DBB6

Tints of Vista Blue #A4DBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

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

R = 29.03%
G = 38.76%
B = 32.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#A4DBB6 (or 0xA4DBB6) is known color: Vista Blue. HEX triplet: A4, DB and B6. RGB value is (164,219,182). Sum of RGB (Red+Green+Blue) = 164+219+182=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBB6 is #5B2449. Grayscale: #C6C6C6. Windows color (decimal): -5973066 or 11983780. OLE color: 11983780.

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

Color convert

RGB 164 219 182 -
CMYK 0.25 0 0.17 0.14
HSL 139.64º 0.43% 0.75% -
HSV(B) 139.64º 0.25% 0.86% -
XYZ 49.08 61.93 53.62 -
YUV 198.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 164 219 182 0.25 0 0.17 0.14 139.64 0.43 0.75
Hex A4 DB B6 19 0 11 E 8C 2B 4B
Octal 244 333 266 31 0 21 16 214 53 113
Binary 10100100 11011011 10110110 11001 0 10001 1110 10001100 101011 1001011

Color Harmonies of #A4DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBB6

Black with #A4DBB6

Text Example


Text Example

White with #A4DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBB6; }

 p { color: rgb(164,219,182); }

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

background-color css

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

 a { background-color: rgb(164,219,182); }

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

border-color css

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

 span { border-color: rgb(164,219,182); }

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