Html Css Color HEX #A4DEB6 Vista Blue

📋 copy color: '#A4DEB6'

red 164 ◦ green 222 ◦ blue 182

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

Shades of Vista Blue #A4DEB6

Tints of Vista Blue #A4DEB6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

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

R = 28.87%
G = 39.08%
B = 32.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#A4DEB6 (or 0xA4DEB6) is known color: Vista Blue. HEX triplet: A4, DE and B6. RGB value is (164,222,182). Sum of RGB (Red+Green+Blue) = 164+222+182=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEB6 is #5B2149. Grayscale: #C8C8C8. Windows color (decimal): -5972298 or 11984548. OLE color: 11984548.

HSL color Cylindrical-coordinate representation of color #A4DEB6: hue angle of 138.62º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DEB6 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 222 182 -
CMYK 0.26 0 0.18 0.13
HSL 138.62º 0.47% 0.76% -
HSV(B) 138.62º 0.26% 0.87% -
XYZ 49.87 63.51 53.89 -
YUV 200.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 164 222 182 0.26 0 0.18 0.13 138.62 0.47 0.76
Hex A4 DE B6 1A 0 12 D 8B 2F 4C
Octal 244 336 266 32 0 22 15 213 57 114
Binary 10100100 11011110 10110110 11010 0 10010 1101 10001011 101111 1001100

Color Harmonies of #A4DEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DEB6

Black with #A4DEB6

Text Example


Text Example

White with #A4DEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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