Html Css Color HEX #A3DEBC Vista Blue

📋 copy color: '#A3DEBC'

red 163 ◦ green 222 ◦ blue 188

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

Shades of Vista Blue #A3DEBC

Tints of Vista Blue #A3DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.74%

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

R = 28.45%
G = 38.74%
B = 32.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A3DEBC (or 0xA3DEBC) is known color: Vista Blue. HEX triplet: A3, DE and BC. RGB value is (163,222,188). Sum of RGB (Red+Green+Blue) = 163+222+188=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEBC is #5C2143. Grayscale: #C8C8C8. Windows color (decimal): -6037828 or 12377763. OLE color: 12377763.

HSL color Cylindrical-coordinate representation of color #A3DEBC: hue angle of 145.42º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEBC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 222 188 -
CMYK 0.27 0 0.15 0.13
HSL 145.42º 0.47% 0.75% -
HSV(B) 145.42º 0.27% 0.87% -
XYZ 50.3 63.66 57.21 -
YUV 200.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 163 222 188 0.27 0 0.15 0.13 145.42 0.47 0.75
Hex A3 DE BC 1B 0 F D 91 2F 4B
Octal 243 336 274 33 0 17 15 221 57 113
Binary 10100011 11011110 10111100 11011 0 1111 1101 10010001 101111 1001011

Color Harmonies of #A3DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DEBC

Black with #A3DEBC

Text Example


Text Example

White with #A3DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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