Html Css Color HEX #A3DCBC Vista Blue

📋 copy color: '#A3DCBC'

red 163 ◦ green 220 ◦ blue 188

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

Shades of Vista Blue #A3DCBC

Tints of Vista Blue #A3DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 188 (73.83% from 255) = 32.92%

R = 28.55%
G = 38.53%
B = 32.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A3DCBC (or 0xA3DCBC) is known color: Vista Blue. HEX triplet: A3, DC and BC. RGB value is (163,220,188). Sum of RGB (Red+Green+Blue) = 163+220+188=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCBC is #5C2343. Grayscale: #C7C7C7. Windows color (decimal): -6038340 or 12377251. OLE color: 12377251.

HSL color Cylindrical-coordinate representation of color #A3DCBC: hue angle of 146.32º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DCBC is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 188 -
CMYK 0.26 0 0.15 0.14
HSL 146.32º 0.45% 0.75% -
HSV(B) 146.32º 0.26% 0.86% -
XYZ 49.77 62.6 57.04 -
YUV 199.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 163 220 188 0.26 0 0.15 0.14 146.32 0.45 0.75
Hex A3 DC BC 1A 0 F E 92 2D 4B
Octal 243 334 274 32 0 17 16 222 55 113
Binary 10100011 11011100 10111100 11010 0 1111 1110 10010010 101101 1001011

Color Harmonies of #A3DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCBC

Black with #A3DCBC

Text Example


Text Example

White with #A3DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCBC; }

 p { color: rgb(163,220,188); }

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

background-color css

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

 a { background-color: rgb(163,220,188); }

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

border-color css

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

 span { border-color: rgb(163,220,188); }

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