Html Css Color HEX #A4DEBA Vista Blue

📋 copy color: '#A4DEBA'

red 164 ◦ green 222 ◦ blue 186

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

Shades of Vista Blue #A4DEBA

Tints of Vista Blue #A4DEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 28.67%
G = 38.81%
B = 32.52%

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

#A4DEBA (or 0xA4DEBA) is known color: Vista Blue. HEX triplet: A4, DE and BA. RGB value is (164,222,186). Sum of RGB (Red+Green+Blue) = 164+222+186=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEBA is #5B2145. Grayscale: #C8C8C8. Windows color (decimal): -5972294 or 12246692. OLE color: 12246692.

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

Color convert

RGB 164 222 186 -
CMYK 0.26 0 0.16 0.13
HSL 142.76º 0.47% 0.76% -
HSV(B) 142.76º 0.26% 0.87% -
XYZ 50.29 63.68 56.1 -
YUV 200.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 164 222 186 0.26 0 0.16 0.13 142.76 0.47 0.76
Hex A4 DE BA 1A 0 10 D 8F 2F 4C
Octal 244 336 272 32 0 20 15 217 57 114
Binary 10100100 11011110 10111010 11010 0 10000 1101 10001111 101111 1001100

Color Harmonies of #A4DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DEBA

Black with #A4DEBA

Text Example


Text Example

White with #A4DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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