Html Css Color HEX #A3CEBA Vista Blue

📋 copy color: '#A3CEBA'

red 163 ◦ green 206 ◦ blue 186

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

Shades of Vista Blue #A3CEBA

Tints of Vista Blue #A3CEBA

RGB

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

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

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

R = 29.37%
G = 37.12%
B = 33.51%

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

#A3CEBA (or 0xA3CEBA) is known color: Vista Blue. HEX triplet: A3, CE and BA. RGB value is (163,206,186). Sum of RGB (Red+Green+Blue) = 163+206+186=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEBA is #5C3145. Grayscale: #BEBEBE. Windows color (decimal): -6041926 or 12242595. OLE color: 12242595.

HSL color Cylindrical-coordinate representation of color #A3CEBA: hue angle of 152.09º 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 #A3CEBA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 206 186 -
CMYK 0.21 0 0.10 0.19
HSL 152.09º 0.3% 0.72% -
HSV(B) 152.09º 0.21% 0.81% -
XYZ 46.04 55.47 54.74 -
YUV 190.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 163 206 186 0.21 0 0.10 0.19 152.09 0.3 0.72
Hex A3 CE BA 15 0 A 13 98 1E 48
Octal 243 316 272 25 0 12 23 230 36 110
Binary 10100011 11001110 10111010 10101 0 1010 10011 10011000 11110 1001000

Color Harmonies of #A3CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CEBA

Black with #A3CEBA

Text Example


Text Example

White with #A3CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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