Html Css Color HEX #A4DFBC Vista Blue

📋 copy color: '#A4DFBC'

red 164 ◦ green 223 ◦ blue 188

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

Shades of Vista Blue #A4DFBC

Tints of Vista Blue #A4DFBC

RGB

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

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

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

R = 28.52%
G = 38.78%
B = 32.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#A4DFBC (or 0xA4DFBC) is known color: Vista Blue. HEX triplet: A4, DF and BC. RGB value is (164,223,188). Sum of RGB (Red+Green+Blue) = 164+223+188=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFBC is #5B2043. Grayscale: #C9C9C9. Windows color (decimal): -5972036 or 12378020. OLE color: 12378020.

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

Color convert

RGB 164 223 188 -
CMYK 0.26 0 0.16 0.13
HSL 144.41º 0.48% 0.76% -
HSV(B) 144.41º 0.26% 0.87% -
XYZ 50.77 64.3 57.31 -
YUV 201.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 164 223 188 0.26 0 0.16 0.13 144.41 0.48 0.76
Hex A4 DF BC 1A 0 10 D 90 30 4C
Octal 244 337 274 32 0 20 15 220 60 114
Binary 10100100 11011111 10111100 11010 0 10000 1101 10010000 110000 1001100

Color Harmonies of #A4DFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DFBC

Black with #A4DFBC

Text Example


Text Example

White with #A4DFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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