Html Css Color HEX #A6CEBA Vista Blue

📋 copy color: '#A6CEBA'

red 166 ◦ green 206 ◦ blue 186

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

Shades of Vista Blue #A6CEBA

Tints of Vista Blue #A6CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 29.75%
G = 36.92%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#A6CEBA (or 0xA6CEBA) is known color: Vista Blue. HEX triplet: A6, CE and BA. RGB value is (166,206,186). Sum of RGB (Red+Green+Blue) = 166+206+186=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEBA is #593145. Grayscale: #BFBFBF. Windows color (decimal): -5845318 or 12242598. OLE color: 12242598.

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

Color convert

RGB 166 206 186 -
CMYK 0.19 0 0.10 0.19
HSL 150º 0.29% 0.73% -
HSV(B) 150º 0.19% 0.81% -
XYZ 46.66 55.79 54.76 -
YUV 191.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 166 206 186 0.19 0 0.10 0.19 150 0.29 0.73
Hex A6 CE BA 13 0 A 13 96 1D 49
Octal 246 316 272 23 0 12 23 226 35 111
Binary 10100110 11001110 10111010 10011 0 1010 10011 10010110 11101 1001001

Color Harmonies of #A6CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEBA

Black with #A6CEBA

Text Example


Text Example

White with #A6CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEBA; }

 p { color: rgb(166,206,186); }

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

background-color css

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

 a { background-color: rgb(166,206,186); }

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

border-color css

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

 span { border-color: rgb(166,206,186); }

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