Html Css Color HEX #A3CEB9 Vista Blue

📋 copy color: '#A3CEB9'

red 163 ◦ green 206 ◦ blue 185

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

Shades of Vista Blue #A3CEB9

Tints of Vista Blue #A3CEB9

RGB

 RED value IS 163 (64.06% from 255) = 29.42%

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

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

R = 29.42%
G = 37.18%
B = 33.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#A3CEB9 (or 0xA3CEB9) is known color: Vista Blue. HEX triplet: A3, CE and B9. RGB value is (163,206,185). Sum of RGB (Red+Green+Blue) = 163+206+185=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEB9 is #5C3146. Grayscale: #BEBEBE. Windows color (decimal): -6041927 or 12177059. OLE color: 12177059.

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

Color convert

RGB 163 206 185 -
CMYK 0.21 0 0.10 0.19
HSL 150.7º 0.3% 0.72% -
HSV(B) 150.7º 0.21% 0.81% -
XYZ 45.93 55.43 54.18 -
YUV 190.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 163 206 185 0.21 0 0.10 0.19 150.7 0.3 0.72
Hex A3 CE B9 15 0 A 13 97 1E 48
Octal 243 316 271 25 0 12 23 227 36 110
Binary 10100011 11001110 10111001 10101 0 1010 10011 10010111 11110 1001000

Color Harmonies of #A3CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CEB9

Black with #A3CEB9

Text Example


Text Example

White with #A3CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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