Html Css Color HEX #A0EBB9 Vista Blue

📋 copy color: '#A0EBB9'

red 160 ◦ green 235 ◦ blue 185

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

Shades of Vista Blue #A0EBB9

Tints of Vista Blue #A0EBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.52%

 BLUE value IS 185 (72.66% from 255) = 31.9%

R = 27.59%
G = 40.52%
B = 31.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#A0EBB9 (or 0xA0EBB9) is known color: Vista Blue. HEX triplet: A0, EB and B9. RGB value is (160,235,185). Sum of RGB (Red+Green+Blue) = 160+235+185=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBB9 is #5F1446. Grayscale: #CFCFCF. Windows color (decimal): -6231111 or 12184480. OLE color: 12184480.

HSL color Cylindrical-coordinate representation of color #A0EBB9: hue angle of 140º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBB9 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 185 -
CMYK 0.32 0 0.21 0.08
HSL 140º 0.65% 0.77% -
HSV(B) 140º 0.32% 0.92% -
XYZ 52.96 70.39 56.69 -
YUV 206.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 160 235 185 0.32 0 0.21 0.08 140 0.65 0.77
Hex A0 EB B9 20 0 15 8 8C 41 4D
Octal 240 353 271 40 0 25 10 214 101 115
Binary 10100000 11101011 10111001 100000 0 10101 1000 10001100 1000001 1001101

Color Harmonies of #A0EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBB9

Black with #A0EBB9

Text Example


Text Example

White with #A0EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBB9; }

 p { color: rgb(160,235,185); }

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

background-color css

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

 a { background-color: rgb(160,235,185); }

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

border-color css

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

 span { border-color: rgb(160,235,185); }

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