Html Css Color HEX #A4D5BB Vista Blue

📋 copy color: '#A4D5BB'

red 164 ◦ green 213 ◦ blue 187

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

Shades of Vista Blue #A4D5BB

Tints of Vista Blue #A4D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 29.08%
G = 37.77%
B = 33.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#A4D5BB (or 0xA4D5BB) is known color: Vista Blue. HEX triplet: A4, D5 and BB. RGB value is (164,213,187). Sum of RGB (Red+Green+Blue) = 164+213+187=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D5BB is #5B2A44. Grayscale: #C3C3C3. Windows color (decimal): -5974597 or 12309924. OLE color: 12309924.

HSL color Cylindrical-coordinate representation of color #A4D5BB: hue angle of 148.16º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D5BB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 187 -
CMYK 0.23 0 0.12 0.16
HSL 148.16º 0.37% 0.74% -
HSV(B) 148.16º 0.23% 0.84% -
XYZ 48.07 59.07 55.88 -
YUV 195.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 164 213 187 0.23 0 0.12 0.16 148.16 0.37 0.74
Hex A4 D5 BB 17 0 C 10 94 25 4A
Octal 244 325 273 27 0 14 20 224 45 112
Binary 10100100 11010101 10111011 10111 0 1100 10000 10010100 100101 1001010

Color Harmonies of #A4D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D5BB

Black with #A4D5BB

Text Example


Text Example

White with #A4D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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