Html Css Color HEX #A4D8BB Vista Blue

📋 copy color: '#A4D8BB'

red 164 ◦ green 216 ◦ blue 187

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

Shades of Vista Blue #A4D8BB

Tints of Vista Blue #A4D8BB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.1%

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

R = 28.92%
G = 38.1%
B = 32.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#A4D8BB (or 0xA4D8BB) is known color: Vista Blue. HEX triplet: A4, D8 and BB. RGB value is (164,216,187). Sum of RGB (Red+Green+Blue) = 164+216+187=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8BB is #5B2744. Grayscale: #C5C5C5. Windows color (decimal): -5973829 or 12310692. OLE color: 12310692.

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

Color convert

RGB 164 216 187 -
CMYK 0.24 0 0.13 0.15
HSL 146.54º 0.4% 0.75% -
HSV(B) 146.54º 0.24% 0.85% -
XYZ 48.84 60.59 56.14 -
YUV 197.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 164 216 187 0.24 0 0.13 0.15 146.54 0.4 0.75
Hex A4 D8 BB 18 0 D F 93 28 4B
Octal 244 330 273 30 0 15 17 223 50 113
Binary 10100100 11011000 10111011 11000 0 1101 1111 10010011 101000 1001011

Color Harmonies of #A4D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D8BB

Black with #A4D8BB

Text Example


Text Example

White with #A4D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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