Html Css Color HEX #A0E5BC Vista Blue

📋 copy color: '#A0E5BC'

red 160 ◦ green 229 ◦ blue 188

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

Shades of Vista Blue #A0E5BC

Tints of Vista Blue #A0E5BC

RGB

 RED value IS 160 (62.89% from 255) = 27.73%

 GREEN value IS 229 (89.84% from 255) = 39.69%

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

R = 27.73%
G = 39.69%
B = 32.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#A0E5BC (or 0xA0E5BC) is known color: Vista Blue. HEX triplet: A0, E5 and BC. RGB value is (160,229,188). Sum of RGB (Red+Green+Blue) = 160+229+188=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E5BC is #5F1A43. Grayscale: #CBCBCB. Windows color (decimal): -6232644 or 12379552. OLE color: 12379552.

HSL color Cylindrical-coordinate representation of color #A0E5BC: hue angle of 144.35º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E5BC is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 188 -
CMYK 0.30 0 0.18 0.10
HSL 144.35º 0.57% 0.76% -
HSV(B) 144.35º 0.3% 0.9% -
XYZ 51.59 67.14 57.82 -
YUV 203.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 160 229 188 0.30 0 0.18 0.10 144.35 0.57 0.76
Hex A0 E5 BC 1E 0 12 A 90 39 4C
Octal 240 345 274 36 0 22 12 220 71 114
Binary 10100000 11100101 10111100 11110 0 10010 1010 10010000 111001 1001100

Color Harmonies of #A0E5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E5BC

Black with #A0E5BC

Text Example


Text Example

White with #A0E5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E5BC; }

 p { color: rgb(160,229,188); }

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

background-color css

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

 a { background-color: rgb(160,229,188); }

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

border-color css

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

 span { border-color: rgb(160,229,188); }

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