Html Css Color HEX #A4DFB6 Vista Blue

📋 copy color: '#A4DFB6'

red 164 ◦ green 223 ◦ blue 182

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

Shades of Vista Blue #A4DFB6

Tints of Vista Blue #A4DFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.19%

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

R = 28.82%
G = 39.19%
B = 31.99%

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

#A4DFB6 (or 0xA4DFB6) is known color: Vista Blue. HEX triplet: A4, DF and B6. RGB value is (164,223,182). Sum of RGB (Red+Green+Blue) = 164+223+182=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFB6 is #5B2049. Grayscale: #C8C8C8. Windows color (decimal): -5972042 or 11984804. OLE color: 11984804.

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

Color convert

RGB 164 223 182 -
CMYK 0.26 0 0.18 0.13
HSL 138.31º 0.48% 0.76% -
HSV(B) 138.31º 0.26% 0.87% -
XYZ 50.14 64.05 53.98 -
YUV 200.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 164 223 182 0.26 0 0.18 0.13 138.31 0.48 0.76
Hex A4 DF B6 1A 0 12 D 8A 30 4C
Octal 244 337 266 32 0 22 15 212 60 114
Binary 10100100 11011111 10110110 11010 0 10010 1101 10001010 110000 1001100

Color Harmonies of #A4DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DFB6

Black with #A4DFB6

Text Example


Text Example

White with #A4DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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