Html Css Color HEX #A0CEB9 Vista Blue

📋 copy color: '#A0CEB9'

red 160 ◦ green 206 ◦ blue 185

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

Shades of Vista Blue #A0CEB9

Tints of Vista Blue #A0CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

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

R = 29.04%
G = 37.39%
B = 33.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#A0CEB9 (or 0xA0CEB9) is known color: Vista Blue. HEX triplet: A0, CE and B9. RGB value is (160,206,185). Sum of RGB (Red+Green+Blue) = 160+206+185=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEB9 is #5F3146. Grayscale: #BDBDBD. Windows color (decimal): -6238535 or 12177056. OLE color: 12177056.

HSL color Cylindrical-coordinate representation of color #A0CEB9: hue angle of 152.61º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEB9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 185 -
CMYK 0.22 0 0.10 0.19
HSL 152.61º 0.32% 0.72% -
HSV(B) 152.61º 0.22% 0.81% -
XYZ 45.33 55.12 54.15 -
YUV 189.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 160 206 185 0.22 0 0.10 0.19 152.61 0.32 0.72
Hex A0 CE B9 16 0 A 13 99 20 48
Octal 240 316 271 26 0 12 23 231 40 110
Binary 10100000 11001110 10111001 10110 0 1010 10011 10011001 100000 1001000

Color Harmonies of #A0CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEB9

Black with #A0CEB9

Text Example


Text Example

White with #A0CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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