Html Css Color HEX #A6E3C0 Vista Blue

📋 copy color: '#A6E3C0'

red 166 ◦ green 227 ◦ blue 192

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

Shades of Vista Blue #A6E3C0

Tints of Vista Blue #A6E3C0

RGB

 RED value IS 166 (65.23% from 255) = 28.38%

 GREEN value IS 227 (89.06% from 255) = 38.8%

 BLUE value IS 192 (75.39% from 255) = 32.82%

R = 28.38%
G = 38.8%
B = 32.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#A6E3C0 (or 0xA6E3C0) is known color: Vista Blue. HEX triplet: A6, E3 and C0. RGB value is (166,227,192). Sum of RGB (Red+Green+Blue) = 166+227+192=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3C0 is #591C3F. Grayscale: #CCCCCC. Windows color (decimal): -5839936 or 12641190. OLE color: 12641190.

HSL color Cylindrical-coordinate representation of color #A6E3C0: hue angle of 145.57º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E3C0 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 227 192 -
CMYK 0.27 0 0.15 0.11
HSL 145.57º 0.52% 0.77% -
HSV(B) 145.57º 0.27% 0.89% -
XYZ 52.71 66.85 59.99 -
YUV 204.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 166 227 192 0.27 0 0.15 0.11 145.57 0.52 0.77
Hex A6 E3 C0 1B 0 F B 92 34 4D
Octal 246 343 300 33 0 17 13 222 64 115
Binary 10100110 11100011 11000000 11011 0 1111 1011 10010010 110100 1001101

Color Harmonies of #A6E3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E3C0

Black with #A6E3C0

Text Example


Text Example

White with #A6E3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E3C0; }

 p { color: rgb(166,227,192); }

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

background-color css

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

 a { background-color: rgb(166,227,192); }

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

border-color css

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

 span { border-color: rgb(166,227,192); }

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