Html Css Color HEX #A3DABB Vista Blue

📋 copy color: '#A3DABB'

red 163 ◦ green 218 ◦ blue 187

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

Shades of Vista Blue #A3DABB

Tints of Vista Blue #A3DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.38%

 BLUE value IS 187 (73.44% from 255) = 32.92%

R = 28.7%
G = 38.38%
B = 32.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A3DABB (or 0xA3DABB) is known color: Vista Blue. HEX triplet: A3, DA and BB. RGB value is (163,218,187). Sum of RGB (Red+Green+Blue) = 163+218+187=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DABB is #5C2544. Grayscale: #C6C6C6. Windows color (decimal): -6038853 or 12311203. OLE color: 12311203.

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

Color convert

RGB 163 218 187 -
CMYK 0.25 0 0.14 0.15
HSL 146.18º 0.43% 0.75% -
HSV(B) 146.18º 0.25% 0.85% -
XYZ 49.15 61.52 56.3 -
YUV 198.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 163 218 187 0.25 0 0.14 0.15 146.18 0.43 0.75
Hex A3 DA BB 19 0 E F 92 2B 4B
Octal 243 332 273 31 0 16 17 222 53 113
Binary 10100011 11011010 10111011 11001 0 1110 1111 10010010 101011 1001011

Color Harmonies of #A3DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DABB

Black with #A3DABB

Text Example


Text Example

White with #A3DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DABB; }

 p { color: rgb(163,218,187); }

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

background-color css

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

 a { background-color: rgb(163,218,187); }

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

border-color css

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

 span { border-color: rgb(163,218,187); }

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