Html Css Color HEX #A3D6BB Vista Blue

📋 copy color: '#A3D6BB'

red 163 ◦ green 214 ◦ blue 187

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

Shades of Vista Blue #A3D6BB

Tints of Vista Blue #A3D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

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

R = 28.9%
G = 37.94%
B = 33.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#A3D6BB (or 0xA3D6BB) is known color: Vista Blue. HEX triplet: A3, D6 and BB. RGB value is (163,214,187). Sum of RGB (Red+Green+Blue) = 163+214+187=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D6BB is #5C2944. Grayscale: #C3C3C3. Windows color (decimal): -6039877 or 12310179. OLE color: 12310179.

HSL color Cylindrical-coordinate representation of color #A3D6BB: hue angle of 148.24º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D6BB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 214 187 -
CMYK 0.24 0 0.13 0.16
HSL 148.24º 0.38% 0.74% -
HSV(B) 148.24º 0.24% 0.84% -
XYZ 48.12 59.47 55.96 -
YUV 195.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 163 214 187 0.24 0 0.13 0.16 148.24 0.38 0.74
Hex A3 D6 BB 18 0 D 10 94 26 4A
Octal 243 326 273 30 0 15 20 224 46 112
Binary 10100011 11010110 10111011 11000 0 1101 10000 10010100 100110 1001010

Color Harmonies of #A3D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D6BB

Black with #A3D6BB

Text Example


Text Example

White with #A3D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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