Html Css Color HEX #A4DDBC Vista Blue

📋 copy color: '#A4DDBC'

red 164 ◦ green 221 ◦ blue 188

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

Shades of Vista Blue #A4DDBC

Tints of Vista Blue #A4DDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.81%

R = 28.62%
G = 38.57%
B = 32.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A4DDBC (or 0xA4DDBC) is known color: Vista Blue. HEX triplet: A4, DD and BC. RGB value is (164,221,188). Sum of RGB (Red+Green+Blue) = 164+221+188=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDBC is #5B2243. Grayscale: #C8C8C8. Windows color (decimal): -5972548 or 12377508. OLE color: 12377508.

HSL color Cylindrical-coordinate representation of color #A4DDBC: hue angle of 145.26º 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 #A4DDBC is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 188 -
CMYK 0.26 0 0.15 0.13
HSL 145.26º 0.46% 0.75% -
HSV(B) 145.26º 0.26% 0.87% -
XYZ 50.24 63.24 57.13 -
YUV 200.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 164 221 188 0.26 0 0.15 0.13 145.26 0.46 0.75
Hex A4 DD BC 1A 0 F D 91 2E 4B
Octal 244 335 274 32 0 17 15 221 56 113
Binary 10100100 11011101 10111100 11010 0 1111 1101 10010001 101110 1001011

Color Harmonies of #A4DDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDBC

Black with #A4DDBC

Text Example


Text Example

White with #A4DDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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